We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b60f391 + 9a8a906 commit 099934fCopy full SHA for 099934f
pkgs/development/tools/wails/default.nix
@@ -15,18 +15,18 @@
15
16
buildGoModule rec {
17
pname = "wails";
18
- version = "2.9.1";
+ version = "2.9.2";
19
20
src =
21
fetchFromGitHub {
22
owner = "wailsapp";
23
repo = pname;
24
rev = "v${version}";
25
- hash = "sha256-dtfFeNK7ZfqriK4S0/+Wor1hUJv5kgnRWURVqt+RrNU=";
+ hash = "sha256-Ta7PLxy6ElJwR0yz7oMbmwYyPwduYfoSFWhvsPAJTYs=";
26
}
27
+ "/v2";
28
29
- vendorHash = "sha256-15Vo4AKmd9qOF0ea1klTlrXJOUs+IHvsNT2rw4R7ZiU=";
+ vendorHash = "sha256-nnc9+iGVJDcRstEEL9O5UU07NcG9yEQ6kMECDTS9LO8=";
30
31
proxyVendor = true;
32
0 commit comments