summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-04 07:28:02 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-07-04 16:28:02 +0200
commit9d460f005173a5e3fc78342022bc234fa47bea18 (patch)
tree3e562371540458e83eb6835f11f1567970f7c8c1 /pkgs/tools
parent0e5f5125d46771f2a214b409272da3af48ca8dc4 (diff)
downloadnixlib-9d460f005173a5e3fc78342022bc234fa47bea18.tar
nixlib-9d460f005173a5e3fc78342022bc234fa47bea18.tar.gz
nixlib-9d460f005173a5e3fc78342022bc234fa47bea18.tar.bz2
nixlib-9d460f005173a5e3fc78342022bc234fa47bea18.tar.lz
nixlib-9d460f005173a5e3fc78342022bc234fa47bea18.tar.xz
nixlib-9d460f005173a5e3fc78342022bc234fa47bea18.tar.zst
nixlib-9d460f005173a5e3fc78342022bc234fa47bea18.zip
python27Packages.pyunbound: 1.6.0 -> 1.7.3 (#42952)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pyunbound/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.7.3 with grep in /nix/store/1m9fiqaz72ry8jkwgw52v3wv1n5pgx0l-pyunbound-1.7.3
- directory tree listing: https://gist.github.com/2a7b7a3d8411e63dec56620537e2d00f
- du listing: https://gist.github.com/82633a34688c0630480a740b7562ac4c
Diffstat (limited to 'pkgs/tools')
-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 911afdd18bb0..67e6f2e9c43f 100644
--- a/pkgs/tools/networking/unbound/python.nix
+++ b/pkgs/tools/networking/unbound/python.nix
@@ -5,11 +5,11 @@ let
 in stdenv.mkDerivation rec {
   pname = "pyunbound";
   name = "${pname}-${version}";
-  version = "1.6.0";
+  version = "1.7.3";
 
   src = fetchurl {
     url = "http://unbound.net/downloads/unbound-${version}.tar.gz";
-    sha256 = "1dzsxyp34ianp08wk4vf13qzl5ss5rr9v1p8zr1aggfywrsbhzbb";
+    sha256 = "0bb0p8nbda77ghx20yfl7hqxm9x709223q35465v99i8v4ay27f1";
   };
 
   buildInputs = [ openssl expat libevent swig python ];