python38Packages.pyunbound: 1.13.1 -> 1.13.2

This commit is contained in:
R. RyanTM 2021-08-22 00:16:08 +00:00
parent 456481aa3d
commit cafcfc6045

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 ];