wails: 2.4.0 -> 2.4.1

This commit is contained in:
Ian M. Jones 2023-03-20 21:51:20 +00:00
parent 862746a32f
commit bca2472c1e

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=";