about summary refs log tree commit diff
path: root/pkgs/tools/networking/unbound
diff options
context:
space:
mode:
authorMichiel Leenaars <ml.software@leenaa.rs>2019-08-27 18:34:16 +0200
committerSamuel Leathers <samuel.leathers@iohk.io>2019-08-31 07:25:12 -0400
commit44b695a26e7a798902593fe16b51ec55dc42ff7d (patch)
tree22dc272d164618009ed9f8625bc46f5e8159e2f7 /pkgs/tools/networking/unbound
parentff824dedbc4cbb68452534fe8458ab919926c8aa (diff)
downloadnixlib-44b695a26e7a798902593fe16b51ec55dc42ff7d.tar
nixlib-44b695a26e7a798902593fe16b51ec55dc42ff7d.tar.gz
nixlib-44b695a26e7a798902593fe16b51ec55dc42ff7d.tar.bz2
nixlib-44b695a26e7a798902593fe16b51ec55dc42ff7d.tar.lz
nixlib-44b695a26e7a798902593fe16b51ec55dc42ff7d.tar.xz
nixlib-44b695a26e7a798902593fe16b51ec55dc42ff7d.tar.zst
nixlib-44b695a26e7a798902593fe16b51ec55dc42ff7d.zip
pyunbound: 1.9.0 -> 1.9.3
Diffstat (limited to 'pkgs/tools/networking/unbound')
-rw-r--r--pkgs/tools/networking/unbound/python.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/unbound/python.nix b/pkgs/tools/networking/unbound/python.nix
index f6b5852a6752..fdd110e14b3c 100644
--- a/pkgs/tools/networking/unbound/python.nix
+++ b/pkgs/tools/networking/unbound/python.nix
@@ -4,11 +4,11 @@ let
   inherit (pythonPackages) python;
 in stdenv.mkDerivation rec {
   pname = "pyunbound";
-  version = "1.9.0";
+  version = "1.9.3";
 
   src = fetchurl {
     url = "http://unbound.net/downloads/unbound-${version}.tar.gz";
-    sha256 = "0bb0p8nbda77ghx20yfl7hqxm9x709223q35465v99i8v4ay27f1";
+    sha256 = "1ykdy62sgzv33ggkmzwx2h0ifm7hyyxyfkb4zckv7gz4f28xsm8v";
   };
 
   buildInputs = [ openssl expat libevent swig python ];