Merge pull request #41933 from r-ryantm/auto-update/unbound

unbound: 1.7.1 -> 1.7.2
This commit is contained in:
Yegor Timoshenko 2018-06-15 01:53:26 +00:00 committed by GitHub
commit d04444295c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "unbound-${version}"; name = "unbound-${version}";
version = "1.7.1"; version = "1.7.2";
src = fetchurl { src = fetchurl {
url = "https://unbound.net/downloads/${name}.tar.gz"; url = "https://unbound.net/downloads/${name}.tar.gz";
sha256 = "13b210hd200xxvaffyzqb4g58knv1sfigph70ai74lrcb3pqbq2n"; sha256 = "187a8l4292b43wwam2w12pzc33dvirii484b2b7r46bi6jxwfpx8";
}; };
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB