Skip to content

Commit

Permalink
wails: 2.7.1 -> 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmjones committed Feb 26, 2024
1 parent 2253eb3 commit 5af2b17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/wails/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@

buildGoModule rec {
pname = "wails";
version = "2.7.1";
version = "2.8.0";

src = fetchFromGitHub {
owner = "wailsapp";
repo = pname;
rev = "v${version}";
hash = "sha256-KC5BkIaDLWT1soHr1FpfZWnEzyZTMUPaGMTap7P1W98=";
hash = "sha256-MHwIRanmgpjTKM+ILSQheCd9+XUwVTCVrREqntxpv7Q=";
} + "/v2";

vendorHash = "sha256-EoWsDo39tS4KbcOVgrd1esSzEseC2+ZfMj4+KvymwF8=";
vendorHash = "sha256-0cGmJEi7OfMZS7ObPBLHOVqKfvnlpHBiGRjSdV6wxE4=";

proxyVendor = true;

Expand Down

0 comments on commit 5af2b17

Please sign in to comment.