xorg.xorgcffiles: update 1.0.5 -> 1.0.6 (probably unused)
This commit is contained in:
parent
9714056914
commit
cba685ba45
|
@ -2108,11 +2108,11 @@ let
|
|||
}) // {inherit libX11 xproto ;};
|
||||
|
||||
xorgcffiles = (mkDerivation "xorgcffiles" {
|
||||
name = "xorg-cf-files-1.0.5";
|
||||
name = "xorg-cf-files-1.0.6";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/util/xorg-cf-files-1.0.5.tar.bz2;
|
||||
sha256 = "1m3ypq0xcy46ghxc0svl1rbhpy3zvgmy0aa2mn7w7v7d8d8bh8zd";
|
||||
url = mirror://xorg/individual/util/xorg-cf-files-1.0.6.tar.bz2;
|
||||
sha256 = "0kckng0zs1viz0nr84rdl6dswgip7ndn4pnh5nfwnviwpsfmmksd";
|
||||
};
|
||||
buildInputs = [pkgconfig ];
|
||||
}) // {inherit ;};
|
||||
|
|
|
@ -12,4 +12,4 @@ mirror://xorg/individual/proto/xf86miscproto-0.9.3.tar.bz2
|
|||
mirror://xorg/individual/util/gccmakedep-1.0.3.tar.bz2
|
||||
mirror://xorg/individual/util/imake-1.0.7.tar.bz2
|
||||
mirror://xorg/individual/util/lndir-1.0.3.tar.bz2
|
||||
mirror://xorg/individual/util/xorg-cf-files-1.0.5.tar.bz2
|
||||
mirror://xorg/individual/util/xorg-cf-files-1.0.6.tar.bz2
|
||||
|
|
Loading…
Reference in New Issue