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

coredns: 1.9.0 -> 1.9.1
This commit is contained in:
Bobby Rong 2022-03-18 10:38:36 +08:00 committed by GitHub
commit 5eeca624d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=";
postPatch = ''
substituteInPlace test/file_cname_proxy_test.go \