unbound: update from 1.4.13 to 1.4.21
This commit is contained in:
parent
e64b7663f6
commit
ca02b0d0c2
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, openssl, expat, libevent, ldns }:
|
{ stdenv, fetchurl, openssl, expat, libevent, ldns }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "unbound-1.4.13";
|
name = "unbound-1.4.21";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://unbound.net/downloads/${name}.tar.gz";
|
url = "http://unbound.net/downloads/${name}.tar.gz";
|
||||||
sha256 = "04r379gma1ghr9zjc1fmncpw8kka4f0mpcmrzidsp264aqkxriw3";
|
sha256 = "0w09m2rbn688rsk37k5xm3vkk5h2hxhivsr374j7h7vjf9x82bsh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [openssl expat libevent ldns];
|
buildInputs = [openssl expat libevent ldns];
|
||||||
|
|
Loading…
Reference in New Issue