coredns: 1.12.1 -> 1.12.2
https://github.com/coredns/coredns/releases/tag/v1.12.2
This commit is contained in:
parent
21295b6481
commit
42d05aab87
@ -6,7 +6,7 @@
|
|||||||
installShellFiles,
|
installShellFiles,
|
||||||
nixosTests,
|
nixosTests,
|
||||||
externalPlugins ? [ ],
|
externalPlugins ? [ ],
|
||||||
vendorHash ? "sha256-i4eQ7LwkLTfFxRUlZ68qdtqrj2k+aWNQevyhU4Iv2lw=",
|
vendorHash ? "sha256-Es3xy8NVDo7Xgu32jJa4lhYWGa5hJnRyDKFYQqB3aBY=",
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -14,13 +14,13 @@ let
|
|||||||
in
|
in
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "coredns";
|
pname = "coredns";
|
||||||
version = "1.12.1";
|
version = "1.12.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "coredns";
|
owner = "coredns";
|
||||||
repo = "coredns";
|
repo = "coredns";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-ALGQWUUvSGXbsOoLW5e62lPv3JU5WvJMeZYkEWiRhu4=";
|
hash = "sha256-P4GhWrEACR1ZhNhGAoXWvNXYlpwnm2dz6Ggqv72zYog=";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit vendorHash;
|
inherit vendorHash;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user