Merge pull request #279407 from r-ryantm/auto-update/faust2

faust2: 2.69.3 -> 2.70.3
This commit is contained in:
Thiago Kenji Okada 2024-01-09 10:27:34 +00:00 committed by GitHub
commit fa9443e8ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,13 +23,13 @@ with lib.strings;
let
version = "2.69.3";
version = "2.70.3";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
rev = version;
sha256 = "sha256-V2oDP17omIU9Waz5zrOyEHnWrVIfdDRM4KxHb01eyd8=";
sha256 = "sha256-z6fW/T7wJZxugmvABlpvyMXvR4WkmC16INOKyyfKx8k=";
fetchSubmodules = true;
};