1
0
Fork 1
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:
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, 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 ];