Revert "xz: 5.6.0 -> 5.6.1"

This reverts commit c53bbe30cd.

The upstream tarball has been tampered with and includes a backport for
which we cannot completely rule out, whether we are affected.

https://www.openwall.com/lists/oss-security/2024/03/29/4
This commit is contained in:
Martin Weinelt 2024-03-29 03:42:12 +01:00
parent 29d12c9448
commit 699ac3316c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xz";
version = "5.6.1";
version = "5.6.0";
src = fetchurl {
url = with finalAttrs; "https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.bz2";
hash = "sha256-0wBCJkmgEksRIWML5VnIkM7t8yZn1wZLgSiTMWbCF8g=";
hash = "sha256-iMhjHO+6kWZP3EexS7dT4YdvSWSgfbZQgh0gOZKx4eo=";
};
strictDeps = true;