wails: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong
2024-04-14 14:27:51 +09:00
parent 66bad658c9
commit c8aa494680
+1 -1
View File
@@ -23,7 +23,7 @@ buildGoModule rec {
hash = "sha256-MHwIRanmgpjTKM+ILSQheCd9+XUwVTCVrREqntxpv7Q=";
} + "/v2";
vendorHash = "sha256-0cGmJEi7OfMZS7ObPBLHOVqKfvnlpHBiGRjSdV6wxE4=";
vendorHash = "sha256-6QFnLuRnSzIqkQkK1qg7VBYxwjK8fSQWz5RxpuyutoY=";
proxyVendor = true;