mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
autossh: update from 1.4b to 1.4c
This commit is contained in:
parent
1cedd2647f
commit
b376a50dc5
|
@ -1,11 +1,11 @@
|
||||||
{stdenv, fetchurl, openssh}:
|
{stdenv, fetchurl, openssh}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "autossh-1.4b";
|
name = "autossh-1.4c";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.harding.motd.ca/autossh/autossh-1.4b.tgz";
|
url = "http://www.harding.motd.ca/autossh/autossh-1.4c.tgz";
|
||||||
md5 = "8f9aa006f6f69e912d3c2f504622d6f7";
|
sha256 = "07gxqxfsk24msd0py0hirvmlblh9iyxkcrq86bwbsils81mbmjkg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssh ];
|
buildInputs = [ openssh ];
|
||||||
|
|
Loading…
Reference in a new issue