skate: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong
2024-04-14 14:27:49 +09:00
parent ef79e0578e
commit c39b2e886d
+1 -1
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}" ];