xz: 5.4.5 -> 5.4.6

Releases moved to github.

Changes: https://github.com/tukaani-project/xz/releases/tag/v5.4.6
This commit is contained in:
Sergei Trofimovich 2024-01-26 19:05:47 +00:00
parent 5af80acc9a
commit a1f829cad7

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "xz";
version = "5.4.5";
version = "5.4.6";
src = fetchurl {
url = "https://tukaani.org/xz/xz-${version}.tar.bz2";
sha256 = "sha256-jM9f/4aMAG8pUi44b7TGobZkY/vKZaTPw8S9WW6JXnk=";
url = "https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.bz2";
sha256 = "sha256-kThRsnTo4dMXgeyUnxwj6NvPDs9uc6JDbcIXad0+b0k=";
};
strictDeps = true;