faust: 2.37.3 -> 2.40.0 (#167746)

This commit is contained in:
Bart Brouns 2022-05-01 12:16:16 +02:00 committed by GitHub
parent c7a4bb5df3
commit 6aeac3aaec
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.37.3";
version = "2.40.0";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
rev = version;
sha256 = "sha256-Jzauw8+vBjtbK73Bh4huhX1ql1cWmh80EzEET3x03rc=";
sha256 = "sha256-IsrLaoMDwrDPxtqCXIy/7tZCdogTUkJ00obSco9SR/A=";
fetchSubmodules = true;
};