faustlive: 2.5.10 -> 2.5.11

This commit is contained in:
Bart Brouns 2022-07-04 17:37:17 +02:00
parent 1271b83b63
commit aa2c8f2026

View File

@ -5,12 +5,12 @@
stdenv.mkDerivation rec {
pname = "faustlive";
version = "2.5.10";
version = "2.5.11";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faustlive";
rev = version;
sha256 = "sha256-yLpIJr6A+NIX9RSGfQXT0O0USuRr0Ni9aUA+mbk31/o=";
sha256 = "sha256-ldn6st3/iIABjEfAwodOnPrI97DygWbnYmvMktlOgrk=";
fetchSubmodules = true;
};