summary refs log tree commit diff
path: root/pkgs/tools/networking/unbound
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-21 01:09:06 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-21 02:28:27 +0200
commitca02b0d0c202504e646be65c880c25cea8b14436 (patch)
treec97c7499d151bfe15191a9ec5593cf5f57b67116 /pkgs/tools/networking/unbound
parente64b7663f668201cda68b78e2a9dcc5a0a85eb42 (diff)
downloadnixlib-ca02b0d0c202504e646be65c880c25cea8b14436.tar
nixlib-ca02b0d0c202504e646be65c880c25cea8b14436.tar.gz
nixlib-ca02b0d0c202504e646be65c880c25cea8b14436.tar.bz2
nixlib-ca02b0d0c202504e646be65c880c25cea8b14436.tar.lz
nixlib-ca02b0d0c202504e646be65c880c25cea8b14436.tar.xz
nixlib-ca02b0d0c202504e646be65c880c25cea8b14436.tar.zst
nixlib-ca02b0d0c202504e646be65c880c25cea8b14436.zip
unbound: update from 1.4.13 to 1.4.21
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 ea9719dd9b29..d95c5b5f6bb0 100644
--- a/pkgs/tools/networking/unbound/default.nix
+++ b/pkgs/tools/networking/unbound/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, openssl, expat, libevent, ldns }:
 
 stdenv.mkDerivation rec {
-  name = "unbound-1.4.13";
+  name = "unbound-1.4.21";
 
   src = fetchurl {
     url = "http://unbound.net/downloads/${name}.tar.gz";
-    sha256 = "04r379gma1ghr9zjc1fmncpw8kka4f0mpcmrzidsp264aqkxriw3";
+    sha256 = "0w09m2rbn688rsk37k5xm3vkk5h2hxhivsr374j7h7vjf9x82bsh";
   };
  
   buildInputs = [openssl expat libevent ldns];