plugin-torture: 5 -> 2016-07-25 (#17272)
This commit is contained in:
parent
54e870e3b1
commit
ef570f29b9
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "plugin-torture-${version}";
|
name = "plugin-torture-${version}";
|
||||||
version = "5";
|
version = "2016-07-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cth103";
|
owner = "cth103";
|
||||||
repo = "plugin-torture";
|
repo = "plugin-torture";
|
||||||
rev = "v${version}";
|
rev = "8b9c43197dca372da6b9c8212224ec86b5f16b4a";
|
||||||
sha256 = "1mlgxjsyaz86wm4k32ll2w5nghjffnsdqlm6kjv02a4dpb2bfrih";
|
sha256 = "1xyhvhm85d9z0kw716cjllrrzksn4s4bw34layg8hf4m5m31sp2p";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ boost ladspaH lilv lv2 pkgconfig serd sord sratom ];
|
buildInputs = [ boost ladspaH lilv lv2 pkgconfig serd sord sratom ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user