From ab55e053ce7668ec4c26c58edec16d4fb27a7be6 Mon Sep 17 00:00:00 2001 From: Aleksi Hannula Date: Wed, 8 Apr 2026 22:02:42 +0300 Subject: [PATCH] minimal-bootstrap.xz: 5.4.7 -> 5.8.3 --- pkgs/os-specific/linux/minimal-bootstrap/xz/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/os-specific/linux/minimal-bootstrap/xz/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/xz/default.nix index f9ea575ebf0c..b82699af95db 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/xz/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/xz/default.nix @@ -14,14 +14,11 @@ }: let pname = "xz"; - - # At least versions 5.6.4 and 5.8.2 crash with spurious OoM when decompressing - # certain tarballs, when compiled with tcc. - version = "5.4.7"; + version = "5.8.3"; src = fetchurl { url = "https://tukaani.org/xz/xz-${version}.tar.gz"; - hash = "sha256-jbZmTEjKB5CLkrrtz+fzuiP0nvJHaGRRirXbZyODbnE="; + hash = "sha256-PToblzryGBFPT4ibuqL0wDfequDI6BXuw4HD1Ua5dKA="; }; in bash.runCommand "${pname}-${version}"