about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-26 10:39:43 +0100
committerGitHub <noreply@github.com>2024-02-26 10:39:43 +0100
commit8ed6d5f5e34d9d278d9421f6ebee03b050e034cd (patch)
tree494011d60af686511a9f38a78fc755601b424dc8
parent0cdf9c987b0af972718460b86dfb8fdc9b14c9cb (diff)
parent34c105aa3091ea3f79e4b4088f2087f8b856f122 (diff)
downloadnixlib-8ed6d5f5e34d9d278d9421f6ebee03b050e034cd.tar
nixlib-8ed6d5f5e34d9d278d9421f6ebee03b050e034cd.tar.gz
nixlib-8ed6d5f5e34d9d278d9421f6ebee03b050e034cd.tar.bz2
nixlib-8ed6d5f5e34d9d278d9421f6ebee03b050e034cd.tar.lz
nixlib-8ed6d5f5e34d9d278d9421f6ebee03b050e034cd.tar.xz
nixlib-8ed6d5f5e34d9d278d9421f6ebee03b050e034cd.tar.zst
nixlib-8ed6d5f5e34d9d278d9421f6ebee03b050e034cd.zip
Merge pull request #291502 from r-ryantm/auto-update/supersonic-wayland
supersonic-wayland: 0.9.0 -> 0.9.1
-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 9feb440c8087..1189dc5ba61f 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.9.0";
+  version = "0.9.1";
 
   src = fetchFromGitHub {
     owner = "dweymouth";
     repo = "supersonic";
     rev = "v${version}";
-    hash = "sha256-QHDTbcWSEFleMsjt4BR4xt6DlqPSowUbHmi4+83c0kc=";
+    hash = "sha256-R9Bn+xFq8pBSuGX1okA3l/7ralKodKDxcpGov9diuxw=";
   };
 
-  vendorHash = "sha256-ANVkQpCnPsRueHyxRJMY5cqMZ5Q/QMVW4KS+TFYMpUQ=";
+  vendorHash = "sha256-4Un1twPfjRfLVl91GqYJsyY8GbKgYoMIsdNESpumH5M=";
 
   nativeBuildInputs = [
     copyDesktopItems