xz: 5.4.0 -> 5.4.1

Changes: https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD
This commit is contained in:
Sergei Trofimovich 2023-01-13 19:39:56 +00:00
parent b7ceddd0a1
commit 1cc478222e

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "xz";
version = "5.4.0";
version = "5.4.1";
src = fetchurl {
url = "https://tukaani.org/xz/xz-${version}.tar.bz2";
sha256 = "eV6gSUxm1QmwUt3DbcY71jTln/Kg85wWo7VkTdAdh+Y=";
sha256 = "3Rcqy1OGemgBL5TBc4lAGy8nShqlro+Ey/uLfjg+qNM=";
};
strictDeps = true;