xvfb: 21.1.22 -> 21.1.23, drop rebuild avoidance

xorg announcement: https://lists.x.org/archives/xorg-announce/2026-June/003703.html
xorg advisory: https://lists.x.org/archives/xorg-announce/2026-June/003702.html

(cherry picked from commit 8310c133b7)
(cherry picked from commit 128add25cfb35e89a5e101480ce15aaef73a6f43)
This commit is contained in:
whispers
2026-06-22 08:21:27 +02:00
committed by Vladimír Čunát
parent 360c80e281
commit 1cf8084a61
+1 -7
View File
@@ -38,13 +38,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xvfb";
# TODO: rebuild avoidance. revert on staging.
# inherit (xorg-server) src version;
version = "21.1.22";
src = fetchurl {
url = "mirror://xorg/individual/xserver/xorg-server-${finalAttrs.version}.tar.xz";
hash = "sha256-GiQsiRfEm6KczB9gIWE9iiuYBd0NJxpmrp0J9LC7BrM=";
};
inherit (xorg-server) src version;
strictDeps = true;