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:
commit
52a2414aae
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue