Skip to content

Commit

Permalink
faust: 2.70.3 -> 2.72.14
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Apr 24, 2024
1 parent 1e1b106 commit f45bb6b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/applications/audio/faust/faust2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ with lib.strings;

let

version = "2.70.3";
version = "2.72.14";

src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
rev = version;
sha256 = "sha256-z6fW/T7wJZxugmvABlpvyMXvR4WkmC16INOKyyfKx8k=";
sha256 = "sha256-RdSXiOYwKsfyrfHEughCeSwa9VFM6/3pMg54yCMpzLU=";
fetchSubmodules = true;
};

Expand Down Expand Up @@ -63,14 +63,6 @@ let
ncurses_static
];

patches = [
(fetchpatch {
name = "fix-CsigFFun-API-declaration.patch";
url = "https://github.com/grame-cncm/faust/commit/10ce960e91a6237c7bff14a338e770757076ce9e.patch";
hash = "sha256-WMFLpLGTZpG7ni3lhI5VJHsmJViWZf4pAFuhYmFVRCE=";
})
];

passthru = { inherit wrap wrapWithBuildEnv faust2ApplBase; };

preConfigure = ''
Expand Down

0 comments on commit f45bb6b

Please sign in to comment.