Merge pull request #36926 from magnetophon/faust

faust: 2.5.21 -> 2.5.23
This commit is contained in:
adisbladis 2018-03-14 14:33:16 +08:00 committed by GitHub
commit 3887b6bf3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@ with stdenv.lib.strings;
let
version = "2.5.21";
version = "2.5.23";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
rev = "${version}";
sha256 = "1kfrcfhpzkpjxsrvgwmc2valgwfb4b7gfwwnlnjq6f6dp56yflpz";
sha256 = "1pci8ac6sqrm3mb3yikmmr3iy35g3nj4iihazif1amqkbdz719rc";
fetchSubmodules = true;
};