Merge pull request #303455 from ianmjones/wails-2.8.1

wails: 2.8.0 -> 2.8.1
This commit is contained in:
Peder Bergebakken Sundt 2024-04-18 11:26:05 +02:00 committed by GitHub
commit bd978563ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "wails";
version = "2.8.0";
version = "2.8.1";
src = fetchFromGitHub {
owner = "wailsapp";
repo = pname;
rev = "v${version}";
hash = "sha256-MHwIRanmgpjTKM+ILSQheCd9+XUwVTCVrREqntxpv7Q=";
hash = "sha256-yIoCKnYKky+BlMjGBNRk0lKyxr3UWMdRsvyW2KUItBk=";
} + "/v2";
vendorHash = "sha256-6QFnLuRnSzIqkQkK1qg7VBYxwjK8fSQWz5RxpuyutoY=";