Merge pull request #35897 from volth/patch-113

dropbear: 2017.75 -> 2018.76
This commit is contained in:
Jörg Thalheim 2018-02-27 23:03:42 +00:00 committed by GitHub
commit 0046994b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "dropbear-2017.75";
name = "dropbear-2018.76";
src = fetchurl {
url = "http://matt.ucc.asn.au/dropbear/releases/${name}.tar.bz2";
sha256 = "1309cm2aw62n9m3h38prvgsqr8bj85hfasgnvwkd42cp3k5ivg3c";
sha256 = "0rgavbzw7jrs5wslxm0dnwx2m409yzxd9hazd92r7kx8xikr3yzj";
};
dontDisableStatic = enableStatic;