faust: 2.72.14 -> 2.74.6

This commit is contained in:
R. Ryantm 2024-06-22 01:14:19 +00:00
parent 47ea5bd487
commit 449d8e99fa

View File

@ -23,13 +23,13 @@ with lib.strings;
let
version = "2.72.14";
version = "2.74.6";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
rev = version;
sha256 = "sha256-RdSXiOYwKsfyrfHEughCeSwa9VFM6/3pMg54yCMpzLU=";
sha256 = "sha256-0r7DjTrsNKZ5ZmWoA+Y9OXyJFUiUFZiPQb1skXXWYTw=";
fetchSubmodules = true;
};