distrho: unstable-2018-01-01 -> 2018-04-16 (#45522)

This commit is contained in:
Bart Brouns 2018-08-24 09:38:25 +02:00 committed by xeji
parent 7db611f2af
commit 4e705dd952

View File

@ -2,13 +2,14 @@
, pkgconfig, premake3, xorg, ladspa-sdk }: , pkgconfig, premake3, xorg, ladspa-sdk }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "distrho-ports-unstable-2018-01-01"; name = "distrho-ports-${version}";
version = "2018-04-16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "DISTRHO"; owner = "DISTRHO";
repo = "DISTRHO-Ports"; repo = "DISTRHO-Ports";
rev = "b200e7409aa9f6612c4d948932f6ce6f0a087f5a"; rev = version;
sha256 = "0672r0a9s6skzkxpjdraziwh5k8ivrfzvi4zcpkcg3zrv2hia2vz"; sha256 = "0l4zwl4mli8jzch32a1fh7c88r9q17xnkxsdw17ds5hadnxlk12v";
}; };
patchPhase = '' patchPhase = ''
@ -46,6 +47,6 @@ stdenv.mkDerivation rec {
TAL-Vocoder-2 TheFunction ThePilgrim Vex Wolpertinger TAL-Vocoder-2 TheFunction ThePilgrim Vex Wolpertinger
''; '';
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux; platforms = [ "x86_64-linux" ];
}; };
} }