about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-04 02:32:03 +0100
committerGitHub <noreply@github.com>2023-12-04 02:32:03 +0100
commit13d0208ee50e3a8589020508f9ccd23b336efc17 (patch)
tree85706728375c6f250e8a6e62eac55b0859730ea4 /pkgs/applications/audio
parent6de1b881f84d2f46fdecaf5dafc6ed03e8009c4f (diff)
parent5084d57230b07d5101d3f2d72ee339e9e9d43914 (diff)
Merge pull request #266196 from r-ryantm/auto-update/deadbeef
deadbeef: 1.9.5 -> 1.9.6
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/deadbeef/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/deadbeef/default.nix b/pkgs/applications/audio/deadbeef/default.nix
index f2627d65ff561..2c08477d07a0e 100644
--- a/pkgs/applications/audio/deadbeef/default.nix
+++ b/pkgs/applications/audio/deadbeef/default.nix
@@ -41,7 +41,7 @@ assert gtk2Support || gtk3Support;
 let
   inherit (lib) optionals;
 
-  version = "1.9.5";
+  version = "1.9.6";
 in clangStdenv.mkDerivation {
   pname = "deadbeef";
   inherit version;
@@ -51,7 +51,7 @@ in clangStdenv.mkDerivation {
     repo = "deadbeef";
     fetchSubmodules = true;
     rev = version;
-    hash = "sha256-dSSIaJxHYUVOmuJN2t5UZSC3ZP5732/qVXSZAuWYr0Q=";
+    hash = "sha256-Q6hL4fOFPHn26ZqvrebgTMTgQZrhbXCEhM4ZFzNeyJE=";
   };
 
   buildInputs = [