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