skate: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong 2024-04-06 05:59:10 +09:00
parent ef79e0578e
commit c39b2e886d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ buildGoModule rec {
};
proxyVendor = true;
vendorHash = "sha256-xNM4qmpv+wcoiGrQ585N3VoKW6tio0cdHmUHRl2Pvio=";
vendorHash = "sha256-/qZB/GGEkoqRoNhEmZw9Q2lsUPZRg5/xVxWgdBZTMLk=";
ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];