Merge pull request #321637 from r-ryantm/auto-update/faust

faust: 2.72.14 -> 2.74.6
This commit is contained in:
Thiago Kenji Okada 2024-06-23 02:48:10 +01:00 committed by GitHub
commit c231196ea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};