xvfb: 21.1.22 -> 21.1.23, drop rebuild avoidance (#527213)

This commit is contained in:
Vladimír Čunát 2026-06-03 13:01:39 +00:00 committed by GitHub
commit a3cf0693b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;