faust: 2.37.3 -> 2.40.0 (#167746)

This commit is contained in:
Bart Brouns
2022-05-01 05:16:16 -05:00
committed by GitHub
parent c7a4bb5df3
commit 6aeac3aaec
+2 -2
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;
};