Merge pull request #207383 from r-ryantm/auto-update/faustlive

faustlive: 2.5.12 -> 2.5.13
This commit is contained in:
markuskowa 2022-12-25 16:54:54 +01:00 committed by GitHub
commit cb7e9f5a01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@
stdenv.mkDerivation rec {
pname = "faustlive";
version = "2.5.12";
version = "2.5.13";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faustlive";
rev = version;
sha256 = "sha256-pq9zO4opCh9GEEtuQjrxKdNvOasDlcGGUsQD4je7Wyw=";
sha256 = "sha256-Tgb9UYj8mI4JsxA/PaTokm2NzQ14P8cOdKK8KCcnSIQ=";
fetchSubmodules = true;
};