coredns: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2022-03-12 05:23:45 +00:00
parent 14260bb7ba
commit 138471e084
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "coredns";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "coredns";
repo = "coredns";
rev = "v${version}";
sha256 = "sha256-8IYJxb+HssS2xTboBRo3lz9czklt/Sn098ATlDaO7Gs=";
sha256 = "sha256-1lJrbazEgsRHI10qIgA9KgglsxpnMIdxEWpu6RiJ0pQ=";
};
vendorSha256 = "sha256-Vxs+k4WF55xwjgdlW/1NM4NWnYqj2EOLOONflj+BoY4=";
vendorSha256 = "sha256-ueEuduZ76FUs2wE8oiHGON9+s91jaHhS6gOKr7MNh8g=";
doCheck = false;