about summary refs log tree commit diff
path: root/pkgs/by-name/su
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2023-12-07 11:26:11 +1000
committerZane van Iperen <zane@zanevaniperen.com>2023-12-07 11:26:11 +1000
commit5da8a01efdda258ea824f2c587699ea223938297 (patch)
tree1126c2b858ca6ec957137d9c85b5d48917a517e4 /pkgs/by-name/su
parenta48a7f4964026560b5febd1365f4bff920f4e0fe (diff)
supersonic: 0.8.0 -> 0.8.1
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 6989e86a37298..79ccffffc9921 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.0";
+  version = "0.8.1";
 
   src = fetchFromGitHub {
     owner = "dweymouth";
     repo = "supersonic";
     rev = "v${version}";
-    hash = "sha256-rNM3kQrEkqLAW6Dia+VsEi9etUG218AL8tO0amWXb34=";
+    hash = "sha256-tx0IlPqFb5ZPxd6GLlJIWVN4axqnzcuyxUMNI8WSJYk=";
   };
 
-  vendorHash = "sha256-I4ZZmQfYTMtNT+3WCs6/g42uF4EKGSjGHCqG8Du5rCo=";
+  vendorHash = "sha256-HBvLs/OOp6AAd6mP2QsonP7HBvdbo3JHszBsVvoB0Dk=";
 
   nativeBuildInputs = [
     copyDesktopItems