Merge pull request #91101 from mdlayher/mdl-coredns

coredns: 1.6.9 -> 1.7.0
This commit is contained in:
Timo Kaufmann 2020-06-19 22:59:22 +02:00 committed by GitHub
commit 33006a7193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "coredns";
version = "1.6.9";
version = "1.7.0";
goPackagePath = "github.com/coredns/coredns";
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "coredns";
repo = "coredns";
rev = "v${version}";
sha256 = "18c02ss0sxxg8lkhdmyaac2x5alfxsizf6jqhck8bqkf6hiyv5hc";
sha256 = "1wayfr26gwgdl0sfrvskb4hkxfmxfy7idbrpw3z4r05fkr2886xj";
};
vendorSha256 = "0ykhqsz4a7bkkxcg7w23jl3qs36law1f8l1b5r3i26qlamibqxl7";
vendorSha256 = "17znl3vkg73hnrfl697rw201nsd5sijgalnbkljk1b4m0a01zik1";
meta = with stdenv.lib; {
homepage = "https://coredns.io";