Merge pull request #174524 from r-ryantm/auto-update/coredns

coredns: 1.9.1 -> 1.9.2

authored by maxine [they] and committed by GitHub eeb2d04b 7fa8d8b2

+3 -3
+3 -3
pkgs/servers/dns/coredns/default.nix
··· 2 3 buildGoModule rec { 4 pname = "coredns"; 5 - version = "1.9.1"; 6 7 src = fetchFromGitHub { 8 owner = "coredns"; 9 repo = "coredns"; 10 rev = "v${version}"; 11 - sha256 = "sha256-1lJrbazEgsRHI10qIgA9KgglsxpnMIdxEWpu6RiJ0pQ="; 12 }; 13 14 - vendorSha256 = "sha256-ueEuduZ76FUs2wE8oiHGON9+s91jaHhS6gOKr7MNh8g="; 15 16 postPatch = '' 17 substituteInPlace test/file_cname_proxy_test.go \
··· 2 3 buildGoModule rec { 4 pname = "coredns"; 5 + version = "1.9.2"; 6 7 src = fetchFromGitHub { 8 owner = "coredns"; 9 repo = "coredns"; 10 rev = "v${version}"; 11 + sha256 = "sha256-6ABcXRuPEkzhjVZcltPoWGAc+fs6FwmgQCMRuLmhXxo="; 12 }; 13 14 + vendorSha256 = "sha256-0S77748voNlIuY6yUAa669pB09h35THojCyQKUm5VFc="; 15 16 postPatch = '' 17 substituteInPlace test/file_cname_proxy_test.go \