faust: 2.70.3 -> 2.72.14

+2 -10
+2 -10
pkgs/applications/audio/faust/faust2.nix
··· 23 23 24 24 let 25 25 26 - version = "2.70.3"; 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 - sha256 = "sha256-z6fW/T7wJZxugmvABlpvyMXvR4WkmC16INOKyyfKx8k="; 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 - ]; 65 - 66 - patches = [ 67 - (fetchpatch { 68 - name = "fix-CsigFFun-API-declaration.patch"; 69 - url = "https://github.com/grame-cncm/faust/commit/10ce960e91a6237c7bff14a338e770757076ce9e.patch"; 70 - hash = "sha256-WMFLpLGTZpG7ni3lhI5VJHsmJViWZf4pAFuhYmFVRCE="; 71 - }) 72 64 ]; 73 65 74 66 passthru = { inherit wrap wrapWithBuildEnv faust2ApplBase; };