xz: 5.6.0 -> 5.6.1

Changes: https://github.com/tukaani-project/xz/releases/tag/v5.6.1
This commit is contained in:
Sergei Trofimovich 2024-03-10 17:49:49 +00:00
parent 3ba9038ccb
commit c53bbe30cd
1 changed files with 2 additions and 2 deletions

View File

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