about summary refs log tree commit diff
path: root/pkgs/tools/networking/unbound
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-15 02:45:27 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-02-15 02:45:27 -0800
commitc84e7d1b6dbc823c2e212d7e4c48a9ae55ead21e (patch)
tree94824801dafcc6f6c8de7ecb075c384c714278fb /pkgs/tools/networking/unbound
parent53a73b0914b33407d966575528f5358b90e635b8 (diff)
downloadnixlib-c84e7d1b6dbc823c2e212d7e4c48a9ae55ead21e.tar
nixlib-c84e7d1b6dbc823c2e212d7e4c48a9ae55ead21e.tar.gz
nixlib-c84e7d1b6dbc823c2e212d7e4c48a9ae55ead21e.tar.bz2
nixlib-c84e7d1b6dbc823c2e212d7e4c48a9ae55ead21e.tar.lz
nixlib-c84e7d1b6dbc823c2e212d7e4c48a9ae55ead21e.tar.xz
nixlib-c84e7d1b6dbc823c2e212d7e4c48a9ae55ead21e.tar.zst
nixlib-c84e7d1b6dbc823c2e212d7e4c48a9ae55ead21e.zip
unbound: 1.8.3 -> 1.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unbound/versions
Diffstat (limited to 'pkgs/tools/networking/unbound')
-rw-r--r--pkgs/tools/networking/unbound/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/unbound/default.nix b/pkgs/tools/networking/unbound/default.nix
index 0c7acaad49fe..25e03d80369e 100644
--- a/pkgs/tools/networking/unbound/default.nix
+++ b/pkgs/tools/networking/unbound/default.nix
@@ -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