about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2023-12-10 22:15:54 +0100
committerGitHub <noreply@github.com>2023-12-10 22:15:54 +0100
commit9c933ab5e687cb8d5d7eb57a1f9deac42c878928 (patch)
tree562a8fa5b088f4e60133f8ee22c6d352006f9220 /pkgs/applications
parent4dbde97503193b95887c491b0a93895ccb8d85e1 (diff)
parent7f4299d5029a782e88b09d13d2786e275313f96e (diff)
Merge pull request #273278 from r-ryantm/auto-update/jamesdsp
jamesdsp: 2.6.1 -> 2.7.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/jamesdsp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/jamesdsp/default.nix b/pkgs/applications/audio/jamesdsp/default.nix
index 84a839aeb02b5..d7e96c84c6a59 100644
--- a/pkgs/applications/audio/jamesdsp/default.nix
+++ b/pkgs/applications/audio/jamesdsp/default.nix
@@ -21,14 +21,14 @@ assert lib.asserts.assertMsg (usePipewire != usePulseaudio) "You need to enable
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "jamesdsp";
-  version = "2.6.1";
+  version = "2.7.0";
 
   src = fetchFromGitHub {
     owner = "Audio4Linux";
     repo = "JDSP4Linux";
     fetchSubmodules = true;
     rev = finalAttrs.version;
-    hash = "sha256-XYJl94/PstWG5qaBQ2rXc/nG9bDeP3Q62zDYHmZvPaw=";
+    hash = "sha256-eVndqIqJ3DRceuFMT++g2riXq0CL5r+TWbvzvaYIfZ8=";
   };
 
   nativeBuildInputs = [