Merge pull request #253622 from ianmjones/wails-v2.6.0

wails: 2.5.1 -> 2.6.0
This commit is contained in:
Weijia Wang 2023-09-06 20:35:31 +02:00 committed by GitHub
commit d4ff648c98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,16 +14,16 @@
buildGoModule rec {
pname = "wails";
version = "2.5.1";
version = "2.6.0";
src = fetchFromGitHub {
owner = "wailsapp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4JTkViqJ1rmVg6JGJ+uZrIo/mh6o1VE39gYoILdFWBE=";
sha256 = "sha256-jY+2I4SOr6gr2MCLrBBE9H0T1sTB13kEb1OJ717kWqg=";
} + "/v2";
vendorSha256 = "sha256-RiectpUhm24xjgfPZEMDVFSEzPtIjn7L/qC2KE2s5aw=";
vendorSha256 = "sha256-56LZQQzfFQTa4fo5bdZtK/VzNDBPyI9hDG4RkP38gcI=";
proxyVendor = true;