Merge pull request #135143 from r-ryantm/auto-update/pyunbound

This commit is contained in:
Sandro 2021-08-23 10:35:15 +02:00 committed by GitHub
commit ec0bcc2200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@ let
in
stdenv.mkDerivation rec {
pname = "pyunbound";
version = "1.13.1";
version = "1.13.2";
src = fetchurl {
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${version}.tar.gz";
sha256 = "sha256-hQTZe4/FvYlzRcldEW4O4N34yP+ZWQqytL0TJ4yfULg=";
sha256 = "sha256-ChO1R/O5KgJrXr0EI/VMmR5XGAN/2fckRYF/agQOGoM=";
};
nativeBuildInputs = [ swig ];