summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-18 22:26:23 -0500
committerGitHub <noreply@github.com>2023-11-18 22:26:23 -0500
commit7c73f01e3458674b089cc4a6e825c172eb2d7172 (patch)
treedef08435cba055cfe8abdcd27c87fd108a327db5
parentea2af6f977bd8cd40eb0205d3f0730eab613972b (diff)
parentfe9acd9161cc9354af2967c71115b90a6e8458af (diff)
downloadnixpkgs-7c73f01e3458674b089cc4a6e825c172eb2d7172.tar
nixpkgs-7c73f01e3458674b089cc4a6e825c172eb2d7172.tar.gz
nixpkgs-7c73f01e3458674b089cc4a6e825c172eb2d7172.tar.bz2
nixpkgs-7c73f01e3458674b089cc4a6e825c172eb2d7172.tar.lz
nixpkgs-7c73f01e3458674b089cc4a6e825c172eb2d7172.tar.xz
nixpkgs-7c73f01e3458674b089cc4a6e825c172eb2d7172.tar.zst
nixpkgs-7c73f01e3458674b089cc4a6e825c172eb2d7172.zip
Merge pull request #267874 from vs49688/supersonic
supersonic: 0.7.0 -> 0.8.0
-rw-r--r--pkgs/by-name/su/supersonic/package.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/by-name/su/supersonic/package.nix b/pkgs/by-name/su/supersonic/package.nix
index f329dcfa794..6989e86a372 100644
--- a/pkgs/by-name/su/supersonic/package.nix
+++ b/pkgs/by-name/su/supersonic/package.nix
@@ -11,7 +11,7 @@
 , wayland-protocols
 , libxkbcommon
 , libglvnd
-, mpv
+, mpv-unwrapped
 , darwin
 , waylandSupport ? false
 }:
@@ -20,16 +20,16 @@ assert waylandSupport -> stdenv.isLinux;
 
 buildGoModule rec {
   pname = "supersonic" + lib.optionalString waylandSupport "-wayland";
-  version = "0.7.0";
+  version = "0.8.0";
 
   src = fetchFromGitHub {
     owner = "dweymouth";
     repo = "supersonic";
     rev = "v${version}";
-    hash = "sha256-DVduZ1qPbcDlH+B5hibC2HUjwEUV+CpDDpMI8GdPwro";
+    hash = "sha256-rNM3kQrEkqLAW6Dia+VsEi9etUG218AL8tO0amWXb34=";
   };
 
-  vendorHash = "sha256-Dj6I+gt0gB5HWTWdFXCV5UpLuvg+HhuygRJAdvV/Yp8";
+  vendorHash = "sha256-I4ZZmQfYTMtNT+3WCs6/g42uF4EKGSjGHCqG8Du5rCo=";
 
   nativeBuildInputs = [
     copyDesktopItems
@@ -43,7 +43,7 @@ buildGoModule rec {
 
   buildInputs = [
     libglvnd
-    mpv
+    mpv-unwrapped
   ] ++ lib.optionals stdenv.isLinux [
     xorg.libXxf86vm
     xorg.libX11