coredns: 1.6.9 -> 1.7.0
This commit is contained in:
parent
46dd569cd1
commit
6b9c728ef9
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "coredns";
|
pname = "coredns";
|
||||||
version = "1.6.9";
|
version = "1.7.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/coredns/coredns";
|
goPackagePath = "github.com/coredns/coredns";
|
||||||
|
|
||||||
@ -10,10 +10,10 @@ buildGoModule rec {
|
|||||||
owner = "coredns";
|
owner = "coredns";
|
||||||
repo = "coredns";
|
repo = "coredns";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "18c02ss0sxxg8lkhdmyaac2x5alfxsizf6jqhck8bqkf6hiyv5hc";
|
sha256 = "1wayfr26gwgdl0sfrvskb4hkxfmxfy7idbrpw3z4r05fkr2886xj";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "0ykhqsz4a7bkkxcg7w23jl3qs36law1f8l1b5r3i26qlamibqxl7";
|
vendorSha256 = "17znl3vkg73hnrfl697rw201nsd5sijgalnbkljk1b4m0a01zik1";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://coredns.io";
|
homepage = "https://coredns.io";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user