faustlive: 2.5.11 -> 2.5.12

This commit is contained in:
R. Ryantm
2022-10-15 00:05:01 +08:00
committed by Bobby Rong
parent 8ee5999a79
commit c2fb3d6e68
+2 -2
View File
@@ -5,12 +5,12 @@
stdenv.mkDerivation rec {
pname = "faustlive";
version = "2.5.11";
version = "2.5.12";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faustlive";
rev = version;
sha256 = "sha256-ldn6st3/iIABjEfAwodOnPrI97DygWbnYmvMktlOgrk=";
sha256 = "sha256-pq9zO4opCh9GEEtuQjrxKdNvOasDlcGGUsQD4je7Wyw=";
fetchSubmodules = true;
};