Merge pull request #310217 from ianmjones/wails-2.8.2

wails: 2.8.1 -> 2.8.2
This commit is contained in:
Nick Cao 2024-05-09 09:39:16 -04:00 committed by GitHub
commit 540f0ee3be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,16 +14,16 @@
buildGoModule rec {
pname = "wails";
version = "2.8.1";
version = "2.8.2";
src = fetchFromGitHub {
owner = "wailsapp";
repo = pname;
rev = "v${version}";
hash = "sha256-yIoCKnYKky+BlMjGBNRk0lKyxr3UWMdRsvyW2KUItBk=";
hash = "sha256-oJ/kxYphBTXxt7Da1x4GW/a78YV+m32iC/4N3MDjU/A=";
} + "/v2";
vendorHash = "sha256-6QFnLuRnSzIqkQkK1qg7VBYxwjK8fSQWz5RxpuyutoY=";
vendorHash = "sha256-15Vo4AKmd9qOF0ea1klTlrXJOUs+IHvsNT2rw4R7ZiU=";
proxyVendor = true;