Skip to content

Commit

Permalink
xorg.libXcursor: 1.2.2 -> 1.2.3 (#354157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopejoe1 authored Nov 25, 2024
2 parents 4f8a186 + f02bc54 commit b31ffcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/x11/xorg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/x11/xorg/tarballs.list
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b31ffcb

Please sign in to comment.