unbound: 1.9.0 -> 1.9.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unbound/versions
This commit is contained in:
R. RyanTM 2019-04-03 00:33:34 -07:00 committed by Frederik Rietdijk
parent 07540c0ca1
commit 2db96ffe49

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "unbound-${version}";
version = "1.9.0";
version = "1.9.1";
src = fetchurl {
url = "https://unbound.net/downloads/${name}.tar.gz";
sha256 = "05xrb8havr2vgjsdy7n85kgnvk1mg7qwhjp4a8n6pg4jhd5zjnj1";
sha256 = "1iarvk0i92asvrkpla9z55aan20k6pklzpck9yk4rfnchsdvzh63";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB