xorg.xset: 1.2.4 -> 1.2.5

Changes: https://www.spinics.net/lists/xorg/msg60756.html
This commit is contained in:
Sergei Trofimovich 2023-01-22 09:33:17 +00:00
parent 4e9efbd52a
commit 30e489228b
2 changed files with 4 additions and 4 deletions

View File

@ -3436,11 +3436,11 @@ self: with self; {
# THIS IS A GENERATED FILE. DO NOT EDIT!
xset = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXext, libXmu, xorgproto, libXxf86misc }: stdenv.mkDerivation {
pname = "xset";
version = "1.2.4";
version = "1.2.5";
builder = ./builder.sh;
src = fetchurl {
url = "mirror://xorg/individual/app/xset-1.2.4.tar.bz2";
sha256 = "0my987wjvra7l92ry6q44ky383yg3phzxhdbn3lqhapm1ll9bzg4";
url = "mirror://xorg/individual/app/xset-1.2.5.tar.xz";
sha256 = "0bsyyx3k32k9vpb8x3ks7hlfr03nm0i14fv3cg6n4f2vcdajsscz";
};
hardeningDisable = [ "bindnow" "relro" ];
strictDeps = true;

View File

@ -64,7 +64,7 @@ mirror://xorg/individual/app/xprop-1.2.5.tar.bz2
mirror://xorg/individual/app/xrandr-1.5.1.tar.xz
mirror://xorg/individual/app/xrdb-1.2.1.tar.bz2
mirror://xorg/individual/app/xrefresh-1.0.6.tar.bz2
mirror://xorg/individual/app/xset-1.2.4.tar.bz2
mirror://xorg/individual/app/xset-1.2.5.tar.xz
mirror://xorg/individual/app/xsetroot-1.1.2.tar.bz2
mirror://xorg/individual/app/xsm-1.0.4.tar.bz2
mirror://xorg/individual/app/xstdcmap-1.0.4.tar.bz2