Merge pull request #321555 from ianmjones/wails-2.9.1

wails: 2.8.2 -> 2.9.1
This commit is contained in:
Artturin 2024-06-28 16:31:42 +03:00 committed by GitHub
commit f94c73f94e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "wails";
version = "2.8.2";
version = "2.9.1";
src = fetchFromGitHub {
owner = "wailsapp";
repo = pname;
rev = "v${version}";
hash = "sha256-oJ/kxYphBTXxt7Da1x4GW/a78YV+m32iC/4N3MDjU/A=";
hash = "sha256-dtfFeNK7ZfqriK4S0/+Wor1hUJv5kgnRWURVqt+RrNU=";
} + "/v2";
vendorHash = "sha256-15Vo4AKmd9qOF0ea1klTlrXJOUs+IHvsNT2rw4R7ZiU=";