dropbear 2015.70 -> 2015.71
Another bugfix release.
This commit is contained in:
parent
f418caa7a1
commit
889944af2c
@ -2,11 +2,11 @@
|
||||
sftpPath ? "/var/run/current-system/sw/libexec/sftp-server" }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dropbear-2015.70";
|
||||
name = "dropbear-2015.71";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://matt.ucc.asn.au/dropbear/releases/${name}.tar.bz2";
|
||||
sha256 = "0mzj1gwamxmk8rab4xmcvldcxdvs5zczim2hdza3dwfhy4ywra32";
|
||||
sha256 = "1bw3lzmisn6gs6zy9vcqbfnicl437ydskqcayklpw60fkhb18qip";
|
||||
};
|
||||
|
||||
dontDisableStatic = enableStatic;
|
||||
|
Loading…
Reference in New Issue
Block a user