mod-distortion: 2015-05-18 -> 2016-08-19
This commit is contained in:
parent
60684ce53b
commit
61bc9decd7
@ -1,19 +1,19 @@
|
|||||||
{ stdenv, fetchFromGitHub, lv2 }:
|
{ stdenv, fetchFromGitHub, lv2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mod-distortion-${version}";
|
name = "mod-distortion-git-${version}";
|
||||||
version = "git-2015-05-18";
|
version = "2016-08-19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "portalmod";
|
owner = "portalmod";
|
||||||
repo = "mod-distortion";
|
repo = "mod-distortion";
|
||||||
rev = "0cdf186abc2a9275890b57057faf5c3f6d86d84a";
|
rev = "e672d5feb9d631798e3d56eb96e8958c3d2c6821";
|
||||||
sha256 = "1wmxgpcdcy9m7j78yq85824if0wz49wv7mw13bj3sw2s87dcmw19";
|
sha256 = "005wdkbhn9dgjqv019cwnziqg86yryc5vh7j5qayrzh9v446dw34";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ lv2 ];
|
buildInputs = [ lv2 ];
|
||||||
|
|
||||||
installFlags = [ "LV2_PATH=$(out)/lib/lv2" ];
|
installFlags = [ "INSTALL_PATH=$(out)/lib/lv2" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/portalmod/mod-distortion;
|
homepage = https://github.com/portalmod/mod-distortion;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user