mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 16:42:09 +00:00
Merge pull request #83954 from r-ryantm/auto-update/coredns
coredns: 1.6.7 -> 1.6.9
This commit is contained in:
commit
1778390842
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "coredns";
|
||||
version = "1.6.7";
|
||||
version = "1.6.9";
|
||||
|
||||
goPackagePath = "github.com/coredns/coredns";
|
||||
|
||||
|
@ -10,10 +10,10 @@ buildGoModule rec {
|
|||
owner = "coredns";
|
||||
repo = "coredns";
|
||||
rev = "v${version}";
|
||||
sha256 = "05r0dm8h23s5dafxisya48izc2ywpn5ywvhf9q6m20qkpwr8gd10";
|
||||
sha256 = "18c02ss0sxxg8lkhdmyaac2x5alfxsizf6jqhck8bqkf6hiyv5hc";
|
||||
};
|
||||
|
||||
modSha256 = "0wlffk6wkcyn2lphw2vmdsmzag0wxljcxrvm7sv3i124x2x3yvy4";
|
||||
modSha256 = "07mlprwa37s6qpg5wvpljbvkiqcvrcljr27qsdwz49wldhdp6im6";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://coredns.io";
|
||||
|
|
Loading…
Reference in a new issue