tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
faust: 2.70.3 -> 2.72.14
Bart Brouns
2 years ago
f45bb6b0
1e1b1060
+2
-10
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
faust
faust2.nix
+2
-10
pkgs/applications/audio/faust/faust2.nix
···
23
23
24
24
let
25
25
26
26
-
version = "2.70.3";
26
26
+
version = "2.72.14";
27
27
28
28
src = fetchFromGitHub {
29
29
owner = "grame-cncm";
30
30
repo = "faust";
31
31
rev = version;
32
32
-
sha256 = "sha256-z6fW/T7wJZxugmvABlpvyMXvR4WkmC16INOKyyfKx8k=";
32
32
+
sha256 = "sha256-RdSXiOYwKsfyrfHEughCeSwa9VFM6/3pMg54yCMpzLU=";
33
33
fetchSubmodules = true;
34
34
};
35
35
···
61
61
libtasn1
62
62
p11-kit
63
63
ncurses_static
64
64
-
];
65
65
-
66
66
-
patches = [
67
67
-
(fetchpatch {
68
68
-
name = "fix-CsigFFun-API-declaration.patch";
69
69
-
url = "https://github.com/grame-cncm/faust/commit/10ce960e91a6237c7bff14a338e770757076ce9e.patch";
70
70
-
hash = "sha256-WMFLpLGTZpG7ni3lhI5VJHsmJViWZf4pAFuhYmFVRCE=";
71
71
-
})
72
64
];
73
65
74
66
passthru = { inherit wrap wrapWithBuildEnv faust2ApplBase; };