Merge pull request #99259 from magnetophon/faustlive

faustlive: 2.5.4 -> unstable-dev-2020-08-03
This commit is contained in:
Sandro 2021-01-18 21:21:04 +01:00 committed by GitHub
commit 7f827a9982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "faustlive"; pname = "faustlive";
version = "2.5.4"; version = "unstable-dev-2020-08-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grame-cncm"; owner = "grame-cncm";
repo = "faustlive"; repo = "faustlive";
rev = version; rev = "c16565dc1b616ac0aad7c303c1997fa9e57177ab";
sha256 = "0npn8fvq8iafyamq4wrj1k1bmk4xd0my2sp3gi5jdjfx6hc1sm3n"; sha256 = "1ys661lp1xwz21vy12kwkg248jvjq1z9w433knkh0ldyy2igvmd5";
fetchSubmodules = true; fetchSubmodules = true;
}; };