coredns: 1.10.1 -> 1.11.0

This commit is contained in:
R. Ryantm 2023-08-12 09:13:02 +00:00
parent 7ad1b2d4e1
commit 174c3d6dff

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "coredns";
version = "1.10.1";
version = "1.11.0";
src = fetchFromGitHub {
owner = "coredns";
repo = "coredns";
rev = "v${version}";
sha256 = "sha256-/+D/jATZhHSxLPB8RkPLUYAZ3O+/9l8XIhgokXz2SUQ=";
sha256 = "sha256-Mn8hOsODTlnl6PJaevMcyIKkIx/1Lk2HGA7fSSizR20=";
};
vendorHash = "sha256-aWmwzIHScIMb3DPzr4eto2yETMgKd/hUy18X8KxQGos=";
vendorHash = "sha256-9LFwrG6RxZaCLxrNabdnq++U5Aw+d2w90Zqt/wszNTY=";
nativeBuildInputs = [ installShellFiles ];