mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
xorgproto: 2018.4 -> 2019.1
https://lists.x.org/archives/xorg-announce/2019-June/003000.html > This release boasts a bunch of cleanup work and a few new keysyms. No functional changes to any of the protocols.
This commit is contained in:
parent
29c120c065
commit
1bbceb88fe
@ -2679,11 +2679,11 @@ lib.makeScope newScope (self: with self; {
|
||||
}) {};
|
||||
|
||||
xorgproto = callPackage ({ stdenv, pkgconfig, fetchurl, libXt }: stdenv.mkDerivation {
|
||||
name = "xorgproto-2018.4";
|
||||
name = "xorgproto-2019.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/proto/xorgproto-2018.4.tar.bz2;
|
||||
sha256 = "180mqkp70i44rkmj430pmn9idssvffrgv4y5h19fm698a7h8bs7y";
|
||||
url = mirror://xorg/individual/proto/xorgproto-2019.1.tar.bz2;
|
||||
sha256 = "16yll1kaffnslik5sizlw3qrigj1gpsgfgyq6903g3mwdixamnm6";
|
||||
};
|
||||
hardeningDisable = [ "bindnow" "relro" ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
@ -211,7 +211,7 @@ mirror://xorg/individual/lib/libXxf86dga-1.1.5.tar.bz2
|
||||
mirror://xorg/individual/lib/libXxf86misc-1.0.4.tar.bz2
|
||||
mirror://xorg/individual/lib/libXxf86vm-1.1.4.tar.bz2
|
||||
mirror://xorg/individual/lib/xtrans-1.4.0.tar.bz2
|
||||
mirror://xorg/individual/proto/xorgproto-2018.4.tar.bz2
|
||||
mirror://xorg/individual/proto/xorgproto-2019.1.tar.bz2
|
||||
mirror://xorg/individual/util/gccmakedep-1.0.3.tar.bz2
|
||||
mirror://xorg/individual/util/imake-1.0.8.tar.bz2
|
||||
mirror://xorg/individual/util/lndir-1.0.3.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user