From 05329fd6baaa6c708e241ca114b0f7d96708da6c Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Thu, 14 May 2026 04:11:01 +0200 Subject: [PATCH] ardour: 9.2 -> 9.4 --- pkgs/by-name/ar/ardour/package.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ar/ardour/package.nix b/pkgs/by-name/ar/ardour/package.nix index 22bd1873cdeb..1fffe8b5aa3a 100644 --- a/pkgs/by-name/ar/ardour/package.nix +++ b/pkgs/by-name/ar/ardour/package.nix @@ -62,6 +62,7 @@ xjadeo, libxrandr, libxinerama, + libjpeg, optimize ? true, # disable to print Lua DSP script output to stdout videoSupport ? true, }: @@ -72,14 +73,14 @@ stdenv.mkDerivation ( in { pname = "ardour"; - version = "9.2"; + version = "9.4"; # We can't use `fetchFromGitea` here, as attempting to fetch release archives from git.ardour.org # result in an empty archive. See https://tracker.ardour.org/view.php?id=7328 for more info. src = fetchgit { url = "git://git.ardour.org/ardour/ardour.git"; rev = finalAttrs.version; - hash = "sha256-zbEfEuWdhlKtYE0gVB/N0dFrcmNoJqgEMuvQ0wdmRpM="; + hash = "sha256-/obRWtluM60OWcr93Ci40tjJMbnBvNqF3tWRO7uCrv8="; }; bundledContent = fetchzip { @@ -168,6 +169,7 @@ stdenv.mkDerivation ( taglib vamp-plugin-sdk libxinerama + libjpeg libxrandr ] ++ lib.optionals videoSupport [