diff options
author | László Vaskó <laszlo.vasko@outlook.com> | 2021-08-05 21:20:55 +0200 |
---|---|---|
committer | László Vaskó <laszlo.vasko@outlook.com> | 2021-08-05 21:26:58 +0200 |
commit | 5fe5522a675df0d4792580be48da9e4485b291ee (patch) | |
tree | 136d24d53457e2cdcd91751d2292c187258f6d59 /pkgs/tools | |
parent | 92b4e8324556fef6350fa29daa64cdde6b9121ef (diff) |
pythonPackages.pyunbound: 1.9.3 -> 1.13.1
Updating to get it in-line with `unbound`
Diffstat (limited to 'pkgs/tools')
-rw-r--r-- | pkgs/tools/networking/unbound/python.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/unbound/python.nix b/pkgs/tools/networking/unbound/python.nix index 77c1e02c045cb..19d70a71ee7ad 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.3"; + version = "1.13.1"; src = fetchurl { url = "http://unbound.net/downloads/unbound-${version}.tar.gz"; - sha256 = "1ykdy62sgzv33ggkmzwx2h0ifm7hyyxyfkb4zckv7gz4f28xsm8v"; + sha256 = "sha256-hQTZe4/FvYlzRcldEW4O4N34yP+ZWQqytL0TJ4yfULg="; }; buildInputs = [ openssl expat libevent swig python ]; |