about summary refs log tree commit diff
path: root/pkgs/development/tools/wails
diff options
context:
space:
mode:
authorIan M. Jones <ian@ianmjones.com>2022-11-10 20:27:21 +0000
committerIan M. Jones <ian@ianmjones.com>2022-11-10 20:27:21 +0000
commitb597d1a01e6a36a7d928fa168494273544ff7fa9 (patch)
treee80e81cff800752fd182f13cc29e6f122a492ab0 /pkgs/development/tools/wails
parentcf2b292717e77d5872f3ed7dd5304c39230f9980 (diff)
wails: 2.1.0 -> 2.2.0
Diffstat (limited to 'pkgs/development/tools/wails')
-rw-r--r--pkgs/development/tools/wails/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/wails/default.nix b/pkgs/development/tools/wails/default.nix
index 36ef7748ea18f..714354b0597a9 100644
--- a/pkgs/development/tools/wails/default.nix
+++ b/pkgs/development/tools/wails/default.nix
@@ -14,13 +14,13 @@
 
 buildGoModule rec {
   pname = "wails";
-  version = "2.1.0";
+  version = "2.2.0";
 
   src = fetchFromGitHub {
     owner = "wailsapp";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Vrd6RP/N5Lrh5Ocr2W03m41fJXVXLJZle4C6xeF/jxM=";
+    sha256 = "sha256-g5tZUVOZ2ywD2vS9B3y3GHaoABr2rSIZGUOsdUJOL8Q=";
   } + "/v2";
 
   vendorSha256 = "sha256-jRW8SROt0CON17xZ+I3WiQow7yC1ly7pPHgbpEr1kW8=";