wails: 2.5.1 -> 2.6.0

Updated Wails app builder to v2.6.0

Changelog: https://github.com/wailsapp/wails/releases/tag/v2.6.0
This commit is contained in:
Ian M. Jones 2023-09-06 13:12:58 +01:00
parent 65cc3e052e
commit 6a7215a4ab
No known key found for this signature in database

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;