about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-12-24 13:45:27 -0600
committerGitHub <noreply@github.com>2023-12-24 13:45:27 -0600
commit41c0f8028c72ead6bbf25d58efc5dbc654aa3fa4 (patch)
tree7098866f0e7b79665cca1be298bb9d5f7afa24ec
parent16b68d9e4616400fed22990df792afec96f72e6a (diff)
parent17edec32a2ee8959bfe69382d544380a782e91b2 (diff)
Merge pull request #276431 from r-ryantm/auto-update/supersonic-wayland
supersonic-wayland: 0.8.1 -> 0.8.2
-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 79ccffffc9921..20d126a92a267 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.1";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
     owner = "dweymouth";
     repo = "supersonic";
     rev = "v${version}";
-    hash = "sha256-tx0IlPqFb5ZPxd6GLlJIWVN4axqnzcuyxUMNI8WSJYk=";
+    hash = "sha256-hhFnOxWXR91WpB51c4fvIENoAtqPj+VmPImGcXwTH0o=";
   };
 
-  vendorHash = "sha256-HBvLs/OOp6AAd6mP2QsonP7HBvdbo3JHszBsVvoB0Dk=";
+  vendorHash = "sha256-oAp3paXWXtTB+1UU/KGewCDQWye16rxNnNWQMdrhgP0=";
 
   nativeBuildInputs = [
     copyDesktopItems