xorg/xset: 1.2.3 -> 1.2.4
This commit is contained in:
parent
71648beaaa
commit
057bc147dc
|
@ -2562,11 +2562,11 @@ lib.makeScope newScope (self: with self; {
|
|||
}) {};
|
||||
|
||||
xset = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXext, libXmu, xorgproto, libXxf86misc }: stdenv.mkDerivation {
|
||||
name = "xset-1.2.3";
|
||||
name = "xset-1.2.4";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/app/xset-1.2.3.tar.bz2;
|
||||
sha256 = "0qw0iic27bz3yz2wynf1gxs70hhkcf9c4jrv7zhlg1mq57xz90j3";
|
||||
url = mirror://xorg/individual/app/xset-1.2.4.tar.bz2;
|
||||
sha256 = "0my987wjvra7l92ry6q44ky383yg3phzxhdbn3lqhapm1ll9bzg4";
|
||||
};
|
||||
hardeningDisable = [ "bindnow" "relro" ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
|
@ -53,7 +53,7 @@ mirror://xorg/individual/app/xprop-1.2.3.tar.bz2
|
|||
mirror://xorg/individual/app/xrandr-1.5.0.tar.bz2
|
||||
mirror://xorg/individual/app/xrdb-1.1.1.tar.bz2
|
||||
mirror://xorg/individual/app/xrefresh-1.0.5.tar.bz2
|
||||
mirror://xorg/individual/app/xset-1.2.3.tar.bz2
|
||||
mirror://xorg/individual/app/xset-1.2.4.tar.bz2
|
||||
mirror://xorg/individual/app/xsetroot-1.1.2.tar.bz2
|
||||
mirror://xorg/individual/app/xvinfo-1.1.3.tar.bz2
|
||||
mirror://xorg/individual/app/xwd-1.0.6.tar.bz2
|
||||
|
|
Loading…
Reference in New Issue