about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-15 14:41:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-15 14:41:54 +0000
commitd20a72e91364f6fcd25f5d964fcc72c30f0d22dc (patch)
tree8e03a06f299da78a37c9e5dc122a515429b48048
parentb51db7ec1be773cc478a3f7060e04721f2a5c881 (diff)
jamesdsp: 2.6.0 -> 2.6.1
-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 24aec647c5d4b..08f50b832f9c4 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 rec {
   pname = "jamesdsp";
-  version = "2.6.0";
+  version = "2.6.1";
 
   src = fetchFromGitHub rec {
     owner = "Audio4Linux";
     repo = "JDSP4Linux";
     fetchSubmodules = true;
     rev = version;
-    hash = "sha256-pogBpmGlqQnkXMdp5HbMYISjwMJalSPvEV9MDHj8aec=";
+    hash = "sha256-XYJl94/PstWG5qaBQ2rXc/nG9bDeP3Q62zDYHmZvPaw=";
   };
 
   nativeBuildInputs = [