about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-25 19:45:25 -0500
committerGitHub <noreply@github.com>2023-10-25 19:45:25 -0500
commitd37d33b8976e682918dbe1810f644203dfddaeb6 (patch)
treea1af409c7a2a57cc2099564e5d492019c2520cee
parent8c30ad9703fc6f1fc795e1f570fbcefeebc25169 (diff)
parente5b49fe1eab3a6ff37ac992245d47034b26cef88 (diff)
downloadnixlib-d37d33b8976e682918dbe1810f644203dfddaeb6.tar
nixlib-d37d33b8976e682918dbe1810f644203dfddaeb6.tar.gz
nixlib-d37d33b8976e682918dbe1810f644203dfddaeb6.tar.bz2
nixlib-d37d33b8976e682918dbe1810f644203dfddaeb6.tar.lz
nixlib-d37d33b8976e682918dbe1810f644203dfddaeb6.tar.xz
nixlib-d37d33b8976e682918dbe1810f644203dfddaeb6.tar.zst
nixlib-d37d33b8976e682918dbe1810f644203dfddaeb6.zip
Merge pull request #263090 from sochotnicky/supersonic-0.6.0
supersonic: 0.5.2 -> 0.6.0
-rw-r--r--pkgs/by-name/su/supersonic/package.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/by-name/su/supersonic/package.nix b/pkgs/by-name/su/supersonic/package.nix
index 9b0fe4fd0634..db635f073a63 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.5.2";
+  version = "0.6.0";
 
   src = fetchFromGitHub {
     owner = "dweymouth";
     repo = "supersonic";
     rev = "v${version}";
-    hash = "sha256-4SLAUqLMoUxTSi4I/QeHqudO62Gmhpm1XbCGf+3rPlc=";
+    hash = "sha256-elDVkhRW1mTez56OKQJJ0m0VxP8/Bq+HcXf5iokeY5I=";
   };
 
-  vendorHash = "sha256-6Yp5OoybFpoBuIKodbwnyX3crLCl8hJ2r4plzo0plsY=";
+  vendorHash = "sha256-z1sDlyc7HW+tYfG0Z4EjUCEM3Su4JjmWIKxU2MV6GOA=";
 
   nativeBuildInputs = [
     copyDesktopItems
@@ -62,6 +62,7 @@ buildGoModule rec {
     darwin.apple_sdk_11_0.frameworks.Kernel
     darwin.apple_sdk_11_0.frameworks.OpenGL
     darwin.apple_sdk_11_0.frameworks.UserNotifications
+    darwin.apple_sdk_11_0.frameworks.MediaPlayer
   ];
 
   postInstall = ''