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

unbound: 1.7.0 -> 1.7.1
This commit is contained in:
adisbladis 2018-05-11 12:23:24 +08:00 committed by GitHub
commit 805b3ecc55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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