faust: 2.30.5 -> 2.37.3

This commit is contained in:
R. Ryantm 2021-10-30 19:02:24 +00:00
parent 216705ad7d
commit 5c8aab2c2d

View file

@ -20,13 +20,13 @@ with lib.strings;
let let
version = "2.30.5"; version = "2.37.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grame-cncm"; owner = "grame-cncm";
repo = "faust"; repo = "faust";
rev = version; rev = version;
sha256 = "0cs52w4rwaj5d8pjak4cxsg02sxvx4y07592nc3ck81clqjmszmm"; sha256 = "sha256-Jzauw8+vBjtbK73Bh4huhX1ql1cWmh80EzEET3x03rc=";
fetchSubmodules = true; fetchSubmodules = true;
}; };