coredns: 005 -> 1.3.1

This commit is contained in:
Duarte David
2019-01-30 12:50:31 +01:00
parent 4a200fbbf0
commit d80b81ab5d
2 changed files with 46 additions and 280 deletions
+4 -5
View File
@@ -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;