3
0
Fork 0
forked from mirrors/nixpkgs

autossh: update from 1.4b to 1.4c

This commit is contained in:
Nixpkgs Monitor 2013-12-12 03:30:14 +02:00 committed by Evgeny Egorochkin
parent 1cedd2647f
commit b376a50dc5

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, openssh}:
stdenv.mkDerivation {
name = "autossh-1.4b";
name = "autossh-1.4c";
src = fetchurl {
url = "http://www.harding.motd.ca/autossh/autossh-1.4b.tgz";
md5 = "8f9aa006f6f69e912d3c2f504622d6f7";
url = "http://www.harding.motd.ca/autossh/autossh-1.4c.tgz";
sha256 = "07gxqxfsk24msd0py0hirvmlblh9iyxkcrq86bwbsils81mbmjkg";
};
buildInputs = [ openssh ];