summary refs log tree commit diff
path: root/pkgs/tools/networking/unbound
diff options
context:
space:
mode:
authorMarius Bakke <m.bakke@warwick.ac.uk>2016-03-06 12:11:40 +0000
committerMarius Bakke <m.bakke@warwick.ac.uk>2016-03-06 12:11:40 +0000
commit14e6b7aeb9df36b26914a32061f37930ce0367bc (patch)
tree5ba276097a360fbbc03889669c93df6d819def2c /pkgs/tools/networking/unbound
parent5ac1de516e3de6e036a079bcdc4fe949ac3d3d0a (diff)
downloadnixpkgs-14e6b7aeb9df36b26914a32061f37930ce0367bc.tar
nixpkgs-14e6b7aeb9df36b26914a32061f37930ce0367bc.tar.gz
nixpkgs-14e6b7aeb9df36b26914a32061f37930ce0367bc.tar.bz2
nixpkgs-14e6b7aeb9df36b26914a32061f37930ce0367bc.tar.lz
nixpkgs-14e6b7aeb9df36b26914a32061f37930ce0367bc.tar.xz
nixpkgs-14e6b7aeb9df36b26914a32061f37930ce0367bc.tar.zst
nixpkgs-14e6b7aeb9df36b26914a32061f37930ce0367bc.zip
unbound: 1.5.7 -> 1.5.8
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 4819c004c1b..4ada77e14b6 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.5.7";
+  version = "1.5.8";
 
   src = fetchurl {
     url = "http://unbound.net/downloads/${name}.tar.gz";
-    sha256 = "1a0wfgp6wqpf7cxlcbprqhnjx6z9ywf0rhrpcf7x98l1mbjqh82b";
+    sha256 = "33567a20f73e288f8daa4ec021fbb30fe1824b346b34f12677ad77899ecd09be";
   };
 
   buildInputs = [ openssl expat libevent ];