mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nsd: 4.1.2 -> 4.1.3
This commit is contained in:
parent
c41809a4da
commit
1e95b76c67
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nsd-4.1.2";
|
||||
name = "nsd-4.1.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.nlnetlabs.nl/downloads/nsd/${name}.tar.gz";
|
||||
sha256 = "0kb4jcckf4di9c88c09vb8ngbq19yh8njrp16yk2cic8p1dvf545";
|
||||
sha256 = "1r8p5lqj7i6xi4k04jr1n9r1p8gwy3547hzsi8xags6krnav4z09";
|
||||
};
|
||||
|
||||
buildInputs = [ libevent openssl ];
|
||||
|
|
Loading…
Reference in a new issue