mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
autossh: update from 1.4c to 1.4d
This commit is contained in:
parent
908a9fcf12
commit
3ddb27d607
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, openssh}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "autossh-1.4c";
|
||||
name = "autossh-1.4d";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.harding.motd.ca/autossh/autossh-1.4c.tgz";
|
||||
sha256 = "07gxqxfsk24msd0py0hirvmlblh9iyxkcrq86bwbsils81mbmjkg";
|
||||
url = "http://www.harding.motd.ca/autossh/autossh-1.4d.tgz";
|
||||
sha256 = "05nwvqfyk0kbalwabj4z3xx11i0qdqg6xadzk17ckr5xb3j8y000";
|
||||
};
|
||||
|
||||
buildInputs = [ openssh ];
|
||||
|
|
Loading…
Reference in a new issue