argocd-autopilot: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong
2024-04-14 14:27:49 +09:00
parent 8e649d36d3
commit 5e682bb1bc
@@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-txbs1SzAaV1nCl104m0Ht5DwzCmK+sBDn4rZ1newdLc=";
};
vendorHash = "sha256-1nolJLWkArzSKf11fzlvvgiCnvMYSu5MHRNAn1lryms=";
vendorHash = "sha256-QbjiQVclT8paEKYQmMwj5MLq40mAVh5Ji5VJJTOmEZI=";
proxyVendor = true;