mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
autossh: 1.4e -> 1.4f
This commit is contained in:
parent
46419cab7e
commit
5adec8d6c1
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, openssh}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "autossh-1.4e";
|
||||
name = "autossh-1.4f";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.harding.motd.ca/autossh/${name}.tgz";
|
||||
sha256 = "0mlicw28vq2jxa0jf0dys5ja75v0fxpjavlq9dpif6bnknji13ly";
|
||||
sha256 = "1wpqwa2872nqgqbhnb6nnkrlzpdawd5k69gh1qp68354pvhyawh1";
|
||||
};
|
||||
|
||||
buildInputs = [ openssh ];
|
||||
|
Loading…
Reference in New Issue
Block a user