wails: 2.4.1 -> 2.5.1

Update Wails app builder to v2.5.1

Changelogs:
 - https://github.com/wailsapp/wails/releases/tag/v2.5.0
 - https://github.com/wailsapp/wails/releases/tag/v2.5.1
This commit is contained in:
Ian M. Jones 2023-05-20 17:58:52 +01:00
parent d0f31c3daf
commit 6dbe5d6930

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "wails";
version = "2.4.1";
version = "2.5.1";
src = fetchFromGitHub {
owner = "wailsapp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ei+bp4fwlxZ9ZiXW/FqpqICXpFxpmOKkZZYW0LxHh1s=";
sha256 = "sha256-4JTkViqJ1rmVg6JGJ+uZrIo/mh6o1VE39gYoILdFWBE=";
} + "/v2";
vendorSha256 = "sha256-RiectpUhm24xjgfPZEMDVFSEzPtIjn7L/qC2KE2s5aw=";