kustomize: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong 2024-04-06 06:03:55 +09:00
parent 61b8561d6d
commit 66bad658c9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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 ];