kustomize: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong
2024-04-14 14:27:51 +09:00
parent 61b8561d6d
commit 66bad658c9
+1 -1
View File
@@ -21,7 +21,7 @@ buildGoModule rec {
# avoid finding test and development commands
modRoot = "kustomize";
proxyVendor = true;
vendorHash = "sha256-6+8cwRH37lkQvnHBUlSqyNrZMfDpKbeUNJS4YMflBq0=";
vendorHash = "sha256-inCBDIVdvkEdDJEwX7vdoWANk+f01VxhBGPKxrjR6Ao=";
nativeBuildInputs = [ installShellFiles ];