mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
xorg.presentproto: 1.0 -> 1.1
This commit is contained in:
parent
6cf8875abd
commit
201f0cec12
|
@ -1120,11 +1120,11 @@ let
|
|||
}) // {inherit libfontenc freetype xproto zlib ;};
|
||||
|
||||
presentproto = (mkDerivation "presentproto" {
|
||||
name = "presentproto-1.0";
|
||||
name = "presentproto-1.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/proto/presentproto-1.0.tar.bz2;
|
||||
sha256 = "1kir51aqg9cwazs14ivcldcn3mzadqgykc9cg87rm40zf947sb41";
|
||||
url = mirror://xorg/individual/proto/presentproto-1.1.tar.bz2;
|
||||
sha256 = "1f96dlgfwhsd0834z8ydjzjnb0cwha5r6lxgia4say4zhsl276zn";
|
||||
};
|
||||
buildInputs = [pkgconfig ];
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
|
|
|
@ -6,7 +6,7 @@ mirror://xorg/X11R7.7/src/everything/damageproto-1.2.1.tar.bz2
|
|||
mirror://xorg/X11R7.7/src/everything/dmxproto-2.3.1.tar.bz2
|
||||
mirror://xorg/individual/proto/dri2proto-2.8.tar.bz2
|
||||
mirror://xorg/individual/proto/dri3proto-1.0.tar.bz2
|
||||
mirror://xorg/individual/proto/presentproto-1.0.tar.bz2
|
||||
mirror://xorg/individual/proto/presentproto-1.1.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/encodings-1.0.4.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/fixesproto-5.0.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/font-adobe-100dpi-1.0.3.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue