3
0
Fork 0
forked from mirrors/nixpkgs

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

coredns: 1.9.1 -> 1.9.2
This commit is contained in:
maxine [they] 2022-05-25 18:42:06 +02:00 committed by GitHub
commit eeb2d04b9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "coredns"; pname = "coredns";
version = "1.9.1"; version = "1.9.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "coredns"; owner = "coredns";
repo = "coredns"; repo = "coredns";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-1lJrbazEgsRHI10qIgA9KgglsxpnMIdxEWpu6RiJ0pQ="; sha256 = "sha256-6ABcXRuPEkzhjVZcltPoWGAc+fs6FwmgQCMRuLmhXxo=";
}; };
vendorSha256 = "sha256-ueEuduZ76FUs2wE8oiHGON9+s91jaHhS6gOKr7MNh8g="; vendorSha256 = "sha256-0S77748voNlIuY6yUAa669pB09h35THojCyQKUm5VFc=";
postPatch = '' postPatch = ''
substituteInPlace test/file_cname_proxy_test.go \ substituteInPlace test/file_cname_proxy_test.go \