mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 03:43:53 +03:00
xorg: update randr
This commit is contained in:
parent
3c5b83262b
commit
34c9d898da
@ -775,11 +775,11 @@ let
|
||||
}) // {inherit libX11 libXext xextproto xproto libXt ;};
|
||||
|
||||
libXrandr = (mkDerivation "libXrandr" {
|
||||
name = "libXrandr-1.4.2";
|
||||
name = "libXrandr-1.5.0";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/lib/libXrandr-1.4.2.tar.bz2;
|
||||
sha256 = "1b95p3l84ppv6j7dbbmg0zrz6k8xdwvnag1l6ajm3gk9qwdb79ya";
|
||||
url = mirror://xorg/individual/lib/libXrandr-1.5.0.tar.bz2;
|
||||
sha256 = "0n6ycs1arf4wb1cal9il6v7vbxbf21qhs9sbfl8xndgwnxclk1kg";
|
||||
};
|
||||
buildInputs = [pkgconfig randrproto renderproto libX11 libXext xextproto xproto libXrender ];
|
||||
}) // {inherit randrproto renderproto libX11 libXext xextproto xproto libXrender ;};
|
||||
@ -1015,11 +1015,11 @@ let
|
||||
}) // {inherit libXau ;};
|
||||
|
||||
randrproto = (mkDerivation "randrproto" {
|
||||
name = "randrproto-1.4.1";
|
||||
name = "randrproto-1.5.0";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/proto/randrproto-1.4.1.tar.bz2;
|
||||
sha256 = "1p7155hsp48b0sjm4rc67wz6y1nxqrq69vyw0sjxh8h6pcpcngal";
|
||||
url = mirror://xorg/individual/proto/randrproto-1.5.0.tar.bz2;
|
||||
sha256 = "0s4496z61y5q45q20gldwpf788b9nsa8hb13gnck1mwwwwrmarsc";
|
||||
};
|
||||
buildInputs = [pkgconfig ];
|
||||
}) // {inherit ;};
|
||||
|
@ -75,7 +75,7 @@ mirror://xorg/individual/lib/libXinerama-1.1.3.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/libxkbfile-1.0.8.tar.bz2
|
||||
mirror://xorg/individual/lib/libXmu-1.1.2.tar.bz2
|
||||
mirror://xorg/individual/lib/libXpm-3.5.11.tar.bz2
|
||||
mirror://xorg/individual/lib/libXrandr-1.4.2.tar.bz2
|
||||
mirror://xorg/individual/lib/libXrandr-1.5.0.tar.bz2
|
||||
mirror://xorg/individual/lib/libXrender-0.9.8.tar.bz2
|
||||
mirror://xorg/individual/lib/libXres-1.0.7.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/libXScrnSaver-1.2.2.tar.bz2
|
||||
@ -89,7 +89,7 @@ mirror://xorg/X11R7.7/src/everything/luit-1.1.1.tar.bz2
|
||||
mirror://xorg/individual/util/makedepend-1.0.5.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/mkfontdir-1.0.7.tar.bz2
|
||||
mirror://xorg/individual/app/mkfontscale-1.1.2.tar.bz2
|
||||
mirror://xorg/individual/proto/randrproto-1.4.1.tar.bz2
|
||||
mirror://xorg/individual/proto/randrproto-1.5.0.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/recordproto-1.14.2.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/renderproto-0.11.1.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/resourceproto-1.2.0.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user