Merge pull request #273278 from r-ryantm/auto-update/jamesdsp

jamesdsp: 2.6.1 -> 2.7.0
This commit is contained in:
Pierre Bourdon 2023-12-10 22:15:54 +01:00 committed by GitHub
commit 9c933ab5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [