summary refs log tree commit diff
path: root/pkgs/tools/networking/unbound
diff options
context:
space:
mode:
authorTristan Helmich (omniIT) <tristan.helmich@omniit.de>2018-10-27 14:04:01 +0200
committerTristan Helmich (omniIT) <tristan.helmich@omniit.de>2018-10-27 14:04:01 +0200
commit1bfaa0157e26bf063bdafcecf437987fc0ec1699 (patch)
treecb5b4a1aae388168939263e06788d9e5d48c70fb /pkgs/tools/networking/unbound
parent1fd8625eae972c3ae91db38612f5d554933a198a (diff)
downloadnixpkgs-1bfaa0157e26bf063bdafcecf437987fc0ec1699.tar
nixpkgs-1bfaa0157e26bf063bdafcecf437987fc0ec1699.tar.gz
nixpkgs-1bfaa0157e26bf063bdafcecf437987fc0ec1699.tar.bz2
nixpkgs-1bfaa0157e26bf063bdafcecf437987fc0ec1699.tar.lz
nixpkgs-1bfaa0157e26bf063bdafcecf437987fc0ec1699.tar.xz
nixpkgs-1bfaa0157e26bf063bdafcecf437987fc0ec1699.tar.zst
nixpkgs-1bfaa0157e26bf063bdafcecf437987fc0ec1699.zip
unbound: 1.8.0 -> 1.8.1
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 f26cef3e61d..4da6f6e177b 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.0";
+  version = "1.8.1";
 
   src = fetchurl {
     url = "https://unbound.net/downloads/${name}.tar.gz";
-    sha256 = "0gxqc4ynd2g1a5dwaazqh9n8injh49a7dz0l9bbxqgv47dnrvxvq";
+    sha256 = "0p9w6spar5dfi7fplxjcq4394wldabaws0ns30cqq6sxqfwv6qn3";
   };
 
   outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB