3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #222255 from ianmjones/master

wails: 2.4.0 -> 2.4.1
This commit is contained in:
Mario Rodas 2023-03-21 06:09:12 -05:00 committed by GitHub
commit 3de1f87919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "wails";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "wailsapp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2MjEVQybSI9gQ/KI4rBbvbqCNhTsXTtWfUl37gVsqK4=";
sha256 = "sha256-ei+bp4fwlxZ9ZiXW/FqpqICXpFxpmOKkZZYW0LxHh1s=";
} + "/v2";
vendorSha256 = "sha256-RiectpUhm24xjgfPZEMDVFSEzPtIjn7L/qC2KE2s5aw=";