wails: 2.8.0 -> 2.8.1

This commit is contained in:
Ian M. Jones 2024-04-11 21:40:06 +01:00
parent 578d870ed2
commit edf13498b1
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -14,16 +14,16 @@
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-0cGmJEi7OfMZS7ObPBLHOVqKfvnlpHBiGRjSdV6wxE4=";
vendorHash = "sha256-6QFnLuRnSzIqkQkK1qg7VBYxwjK8fSQWz5RxpuyutoY=";
proxyVendor = true;