Skip to content

Commit 099934f

Browse files
authored
wails: 2.9.1 -> 2.9.2 (#366608)
2 parents b60f391 + 9a8a906 commit 099934f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/wails/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515

1616
buildGoModule rec {
1717
pname = "wails";
18-
version = "2.9.1";
18+
version = "2.9.2";
1919

2020
src =
2121
fetchFromGitHub {
2222
owner = "wailsapp";
2323
repo = pname;
2424
rev = "v${version}";
25-
hash = "sha256-dtfFeNK7ZfqriK4S0/+Wor1hUJv5kgnRWURVqt+RrNU=";
25+
hash = "sha256-Ta7PLxy6ElJwR0yz7oMbmwYyPwduYfoSFWhvsPAJTYs=";
2626
}
2727
+ "/v2";
2828

29-
vendorHash = "sha256-15Vo4AKmd9qOF0ea1klTlrXJOUs+IHvsNT2rw4R7ZiU=";
29+
vendorHash = "sha256-nnc9+iGVJDcRstEEL9O5UU07NcG9yEQ6kMECDTS9LO8=";
3030

3131
proxyVendor = true;
3232

0 commit comments

Comments
 (0)