about summary refs log tree commit diff
path: root/pkgs/by-name/su
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2024-01-28 02:52:18 +1000
committerZane van Iperen <zane@zanevaniperen.com>2024-01-28 02:52:18 +1000
commit019c26e90b469dca4c1f44067edecc24df41ddd5 (patch)
treeb3640a0dadfe5693f5d02bddde14b6d5cf871ae4 /pkgs/by-name/su
parent1bb0495405f7a124e9286ddf2701c5bb3b90ea39 (diff)
supersonic: 0.8.2 -> 0.9.0
Diffstat (limited to 'pkgs/by-name/su')
-rw-r--r--pkgs/by-name/su/supersonic/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/su/supersonic/package.nix b/pkgs/by-name/su/supersonic/package.nix
index 20d126a92a267..9feb440c80871 100644
--- a/pkgs/by-name/su/supersonic/package.nix
+++ b/pkgs/by-name/su/supersonic/package.nix
@@ -20,16 +20,16 @@ assert waylandSupport -> stdenv.isLinux;
 
 buildGoModule rec {
   pname = "supersonic" + lib.optionalString waylandSupport "-wayland";
-  version = "0.8.2";
+  version = "0.9.0";
 
   src = fetchFromGitHub {
     owner = "dweymouth";
     repo = "supersonic";
     rev = "v${version}";
-    hash = "sha256-hhFnOxWXR91WpB51c4fvIENoAtqPj+VmPImGcXwTH0o=";
+    hash = "sha256-QHDTbcWSEFleMsjt4BR4xt6DlqPSowUbHmi4+83c0kc=";
   };
 
-  vendorHash = "sha256-oAp3paXWXtTB+1UU/KGewCDQWye16rxNnNWQMdrhgP0=";
+  vendorHash = "sha256-ANVkQpCnPsRueHyxRJMY5cqMZ5Q/QMVW4KS+TFYMpUQ=";
 
   nativeBuildInputs = [
     copyDesktopItems