xorg.libXcursor: 1.2.2 -> 1.2.3

Changes: https://lists.x.org/archives/xorg-announce/2024-November/003549.html
This commit is contained in:
Sergei Trofimovich
2024-11-07 07:11:36 +00:00
parent 85f7e662ed
commit f02bc548d1
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1238,11 +1238,11 @@ self: with self; {
# THIS IS A GENERATED FILE. DO NOT EDIT!
libXcursor = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXfixes, libXrender, testers }: stdenv.mkDerivation (finalAttrs: {
pname = "libXcursor";
version = "1.2.2";
version = "1.2.3";
builder = ./builder.sh;
src = fetchurl {
url = "mirror://xorg/individual/lib/libXcursor-1.2.2.tar.xz";
sha256 = "1vl87819mnhlbnccchysv9nmax4abil5x3cr61x52vn55jyp3l2k";
url = "mirror://xorg/individual/lib/libXcursor-1.2.3.tar.xz";
sha256 = "1h62narayrhrkqalrmx7z3s6yppw1acbp5id3skrvrygshnl1sgx";
};
hardeningDisable = [ "bindnow" "relro" ];
strictDeps = true;
+1 -1
View File
@@ -178,7 +178,7 @@ mirror://xorg/individual/lib/libXau-1.0.11.tar.xz
mirror://xorg/individual/lib/libXaw-1.0.16.tar.xz
mirror://xorg/individual/lib/libxcb-1.17.0.tar.xz
mirror://xorg/individual/lib/libXcomposite-0.4.6.tar.xz
mirror://xorg/individual/lib/libXcursor-1.2.2.tar.xz
mirror://xorg/individual/lib/libXcursor-1.2.3.tar.xz
mirror://xorg/individual/lib/libxcvt-0.1.2.tar.xz
mirror://xorg/individual/lib/libXdamage-1.1.6.tar.xz
mirror://xorg/individual/lib/libXdmcp-1.1.5.tar.xz