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