mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Revert "Revert "dropbear: 2017.75 -> 2018.76""
This was for local testing, never meant to commit it...
This reverts commit 4953a006f5
.
This commit is contained in:
parent
2802101e9f
commit
4237842f92
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user