Skip to content

Commit

Permalink
coredns: 1.6.9 -> 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlayher committed Jun 19, 2020
1 parent 46dd569 commit 6b9c728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/dns/coredns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

buildGoModule rec {
pname = "coredns";
version = "1.6.9";
version = "1.7.0";

goPackagePath = "github.com/coredns/coredns";

src = fetchFromGitHub {
owner = "coredns";
repo = "coredns";
rev = "v${version}";
sha256 = "18c02ss0sxxg8lkhdmyaac2x5alfxsizf6jqhck8bqkf6hiyv5hc";
sha256 = "1wayfr26gwgdl0sfrvskb4hkxfmxfy7idbrpw3z4r05fkr2886xj";
};

vendorSha256 = "0ykhqsz4a7bkkxcg7w23jl3qs36law1f8l1b5r3i26qlamibqxl7";
vendorSha256 = "17znl3vkg73hnrfl697rw201nsd5sijgalnbkljk1b4m0a01zik1";

meta = with stdenv.lib; {
homepage = "https://coredns.io";
Expand Down

0 comments on commit 6b9c728

Please sign in to comment.