vdr-xineliboutput: 2.1.0 -> 2.2.0

This commit is contained in:
Christian Kögler 2020-03-22 11:42:53 +01:00
parent d315b3d267
commit b7dad4977c
1 changed files with 5 additions and 6 deletions

View File

@ -4,16 +4,15 @@
, libX11, libXext, libXrender, libXrandr , libX11, libXext, libXrender, libXrandr
, makeWrapper , makeWrapper
}: let }: let
name = "vdr-xineliboutput-2.1.0";
makeXinePluginPath = l: lib.concatStringsSep ":" (map (p: "${p}/lib/xine/plugins") l); makeXinePluginPath = l: lib.concatStringsSep ":" (map (p: "${p}/lib/xine/plugins") l);
self = stdenv.mkDerivation { self = stdenv.mkDerivation rec {
inherit name; pname = "vdr-xineliboutput";
version = "2.2.0";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/project/xineliboutput/xineliboutput/${name}/${name}.tgz"; url = "mirror://sourceforge/project/xineliboutput/xineliboutput/${pname}-${version}/${pname}-${version}.tgz";
sha256 = "1phrxpaz8li7z0qy241spawalhcmwkv5hh3gdijbv4h7mm899yba"; sha256 = "0a24hs5nr7ncf51c5agyfn1xrvb4p70y3i0s6dlyyd9bwbfjldns";
}; };
postPatch = '' postPatch = ''