artyFX: 2015-05-07 -> 1.3
This commit is contained in:
parent
11b113541d
commit
33b0842305
1 changed files with 8 additions and 7 deletions
|
@ -1,13 +1,14 @@
|
||||||
{ stdenv, fetchgit, cairomm, cmake, libjack2, libpthreadstubs, libXdmcp, libxshmfence, libsndfile, lv2, ntk, pkgconfig }:
|
{ stdenv, fetchFromGitHub , cairomm, cmake, libjack2, libpthreadstubs, libXdmcp, libxshmfence, libsndfile, lv2, ntk, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "artyFX-git-${version}";
|
name = "artyFX-${version}";
|
||||||
version = "2015-05-07";
|
version = "1.3";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/harryhaaren/openAV-ArtyFX.git";
|
owner = "openAVproductions";
|
||||||
rev = "3a8cb9a5e4ffaf27a497a31cc9cd6f2e79622d5b";
|
repo = "openAV-ArtyFX";
|
||||||
sha256 = "0nsmycm64a686ysfnmdvnaazijvfj90z5wyp96kyr81nsrbcv2ij";
|
rev = "release-${version}";
|
||||||
|
sha256 = "012hcy1mxl7gs2lipfcqp5x0xv1azb9hjrwf0h59yyxnzx96h7c9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cairomm cmake libjack2 libpthreadstubs libXdmcp libxshmfence libsndfile lv2 ntk pkgconfig ];
|
buildInputs = [ cairomm cmake libjack2 libpthreadstubs libXdmcp libxshmfence libsndfile lv2 ntk pkgconfig ];
|
||||||
|
|
Loading…
Reference in a new issue