Commit d20a72e9 authored by R. RyanTM's avatar R. RyanTM
Browse files

jamesdsp: 2.6.0 -> 2.6.1

parent b51db7ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [