juicity: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong 2024-04-06 06:06:44 +09:00
parent 9ae2ccf3a4
commit b9f6824b02
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ buildGoModule rec {
hash = "sha256-SUZ5E2GRLyUI/Z5ekJPNypVJXfJFzIz3qr9kCeXN7Gk=";
};
vendorHash = "sha256-Gj4uM9EL6QjlrCFGq3u1+TkIxzIU2mthFRK00pOAaJg=";
vendorHash = "sha256-13U3B9VKspSlpD1hYPtyCuPAZvAYc/d/UKcjXMURxyo=";
proxyVendor = true;