Skip to content

Commit

Permalink
jack1: 0.125.0 -> 0.126.0 (#370697)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Jan 3, 2025
2 parents aebede4 + 9e93bb5 commit 3e9a292
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/misc/jackaudio/jack1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
db ? null,
libuuid ? null,
libffado ? null,
celt ? null,
celt_0_7 ? null,

testers,
}:
Expand All @@ -22,15 +22,15 @@ let
optDb = shouldUsePkg db;
optLibuuid = shouldUsePkg libuuid;
optLibffado = shouldUsePkg libffado;
optCelt = shouldUsePkg celt;
optCelt = shouldUsePkg celt_0_7;
in
stdenv.mkDerivation (finalAttrs: {
pname = "jack1";
version = "0.125.0";
version = "0.126.0";

src = fetchurl {
url = "https://jackaudio.org/downloads/jack-audio-connection-kit-${finalAttrs.version}.tar.gz";
sha256 = "0i6l25dmfk2ji2lrakqq9icnwjxklgcjzzk65dmsff91z2zva5rm";
url = "https://github.com/jackaudio/jack1/releases/download/${finalAttrs.version}/jack1-${finalAttrs.version}.tar.gz";
hash = "sha256-eykOnce5JirDKNQe74DBBTyXAT76y++jBHfLmypUReo=";
};

configureFlags = [
Expand Down

0 comments on commit 3e9a292

Please sign in to comment.