dapr-cli: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong 2024-04-06 06:03:12 +09:00
parent 34b358fb24
commit 10a41b7dd6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-nR9+6glX0oUJZq32XxyV4aVjfjVlNycZvMNaVHy+Q1s=";
};
vendorHash = "sha256-iqoxlqSdHDfLlb1bcHLPAO2/wiwRpqFBIuoVi7lecKs=";
vendorHash = "sha256-kFmoNd40YxUXVXk0F1Bf77KS5AM0jjOTwTjM5pYKkv4=";
proxyVendor = true;