Skip to content

Commit

Permalink
Merge pull request #54930 from DeltaEvo/coredns
Browse files Browse the repository at this point in the history
coredns: 005 -> 1.3.1
  • Loading branch information
infinisil committed Feb 3, 2019
2 parents b3c9941 + f7a1640 commit a30f43c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 262 deletions.
11 changes: 5 additions & 6 deletions pkgs/servers/dns/coredns/default.nix
Expand Up @@ -2,16 +2,15 @@

buildGoPackage rec {
name = "coredns-${version}";
version = "005";
version = "1.3.1";

goPackagePath = "github.com/miekg/coredns";
subPackages = [ "." ];
goPackagePath = "github.com/coredns/coredns";

src = fetchFromGitHub {
owner = "miekg";
owner = "coredns";
repo = "coredns";
rev = "v${version}";
sha256 = "15q8l4apspaw1xbbb9j1d8s2cc5zrgycan6iq597ga9m0vyf7wiw";
sha256 = "0aflm0c3qcjcq4dy7yx9f5xlvdm4k0b2awsp3qvbfgyp74by0584";
};

goDeps = ./deps.nix;
Expand All @@ -20,6 +19,6 @@ buildGoPackage rec {
homepage = https://coredns.io;
description = "A DNS server that runs middleware";
license = licenses.asl20;
maintainers = [ maintainers.rushmorem maintainers.rtreffer ];
maintainers = [ maintainers.rushmorem maintainers.rtreffer maintainers.deltaevo ];
};
}
279 changes: 23 additions & 256 deletions pkgs/servers/dns/coredns/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a30f43c

Please sign in to comment.