faustlive: 2.5.17 -> 2.5.19 (#519770)

This commit is contained in:
Nick Cao
2026-05-13 22:18:27 +00:00
committed by GitHub
+2 -12
View File
@@ -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 = [