3
0
Fork 0
forked from mirrors/nixpkgs

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

faust2: 2.41.1 -> 2.54.9
This commit is contained in:
markuskowa 2022-12-25 16:57:57 +01:00 committed by GitHub
commit e4acd00c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,13 +20,13 @@ with lib.strings;
let
version = "2.41.1";
version = "2.54.9";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
rev = version;
sha256 = "sha256-x0nBWyILrNJijs7CIvRrgYG6vgB3UlxLj9i7E4cHr9I=";
sha256 = "sha256-7eSZUsZ0h0vWJIpZWXaS+SHV6N2i9nv6Gr6a9cuu4Fg=";
fetchSubmodules = true;
};