mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
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:
parent
d0f31c3daf
commit
6dbe5d6930
@ -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=";
|
||||
|
Loading…
Reference in New Issue
Block a user