wails: 2.2.0 -> 2.3.1

This commit is contained in:
Ian M. Jones 2023-01-10 21:19:20 +00:00
parent 2377605314
commit 07584906a4

View file

@ -14,16 +14,16 @@
buildGoModule rec {
pname = "wails";
version = "2.2.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "wailsapp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-g5tZUVOZ2ywD2vS9B3y3GHaoABr2rSIZGUOsdUJOL8Q=";
sha256 = "sha256-WKA21bU7H9V/X3oPGTgf8ysXX91/tjfEqEzkBMgtMRM=";
} + "/v2";
vendorSha256 = "sha256-jRW8SROt0CON17xZ+I3WiQow7yC1ly7pPHgbpEr1kW8=";
vendorSha256 = "sha256-MPdAl8fwIoO+0IDTWVDktQND/BM/v7sms13l9PNjKDY=";
proxyVendor = true;