mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
xvfb: 21.1.22 -> 21.1.23, drop rebuild avoidance (#527213)
This commit is contained in:
commit
a3cf0693b8
1 changed files with 1 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue