From 63127edc7d58e368cacdbd4c6404ee132db60e2f Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Wed, 13 May 2026 14:12:10 +0200 Subject: [PATCH] faustlive: 2.5.17 -> 2.5.19 --- pkgs/by-name/fa/faustlive/package.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/fa/faustlive/package.nix b/pkgs/by-name/fa/faustlive/package.nix index 33c9a3553d02..9dab53630b8f 100644 --- a/pkgs/by-name/fa/faustlive/package.nix +++ b/pkgs/by-name/fa/faustlive/package.nix @@ -28,25 +28,15 @@ stdenv.mkDerivation (finalAttrs: { pname = "faustlive"; - version = "2.5.17"; + version = "2.5.19"; src = fetchFromGitHub { owner = "grame-cncm"; repo = "faustlive"; tag = finalAttrs.version; - hash = "sha256-RqtdDkP63l/30sL5PDocvpar5TI4LdKfeeliSNeOHog="; + hash = "sha256-IBMgesMkT+0Oh1TjHa+bcSp6YziLNBtNPoUCzbyhMFI="; fetchSubmodules = true; }; - patches = [ - # move mutex initialization outside assert call - # https://github.com/grame-cncm/faustlive/pull/59 - (fetchpatch { - name = "initalize-mutexes.patch"; - url = "https://github.com/grame-cncm/faustlive/commit/fdd46b12202def9731b9ed2f6363287af16be892.patch"; - hash = "sha256-yH95Y4Jbqgs8siE9rtutmu5C2sNZwQMJzCgDYqNBDj4="; - }) - ]; - strictDeps = true; nativeBuildInputs = [