xz: 5.8.0 -> 5.8.1

Security update: CVE-2025-31115
https://github.com/tukaani-project/xz/releases/tag/v5.8.1
This commit is contained in:
Vladimír Čunát
2025-04-03 21:13:20 +02:00
parent 2cd6b32474
commit 09b7be57bb

View File

@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xz";
version = "5.8.0";
version = "5.8.1";
src = fetchurl {
url =
with finalAttrs;
"https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.xz";
hash = "sha256-BeytnnGRn0/Knxn7vJeeoo4jAYjtEj3G8GuYAx6hRUI=";
hash = "sha256-C1T3nfhZElBN4LFK7Hlx4/lkSRrxgS2DRHAFgHUTzZ4=";
};
strictDeps = true;