wails: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong 2024-04-06 06:04:07 +09:00
parent 66bad658c9
commit c8aa494680
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ buildGoModule rec {
hash = "sha256-MHwIRanmgpjTKM+ILSQheCd9+XUwVTCVrREqntxpv7Q=";
} + "/v2";
vendorHash = "sha256-0cGmJEi7OfMZS7ObPBLHOVqKfvnlpHBiGRjSdV6wxE4=";
vendorHash = "sha256-6QFnLuRnSzIqkQkK1qg7VBYxwjK8fSQWz5RxpuyutoY=";
proxyVendor = true;