Skip to content

Commit

Permalink
Merge pull request #321555 from ianmjones/wails-2.9.1
Browse files Browse the repository at this point in the history
wails: 2.8.2 -> 2.9.1
  • Loading branch information
Artturin committed Jun 28, 2024
2 parents e2b4e00 + 79d24eb commit f94c73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/wails/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand Down

0 comments on commit f94c73f

Please sign in to comment.