3
0
Fork 0
forked from mirrors/nixpkgs

Merge #55819: unbound: 1.8.3 -> 1.9.0 (into staging)

It would be quite a shame if 19.03 missed dnsflagday.net changes
and some other features/fixes from 1.9.0.
This commit is contained in:
Vladimír Čunát 2019-02-22 07:38:38 +01:00
commit 52a2414aae
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "unbound-${version}";
version = "1.8.3";
version = "1.9.0";
src = fetchurl {
url = "https://unbound.net/downloads/${name}.tar.gz";
sha256 = "1k6fljr7k721vg2ivn5dfr0hs1kn8p1sm003glgd9ypd261jns9b";
sha256 = "05xrb8havr2vgjsdy7n85kgnvk1mg7qwhjp4a8n6pg4jhd5zjnj1";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB