xz: 5.4.4 -> 5.4.5
Changes: https://github.com/tukaani-project/xz/releases/tag/v5.4.5
This commit is contained in:
parent
6b6bb56d41
commit
7ec92e7ee6
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xz";
|
pname = "xz";
|
||||||
version = "5.4.4";
|
version = "5.4.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://tukaani.org/xz/xz-${version}.tar.bz2";
|
url = "https://tukaani.org/xz/xz-${version}.tar.bz2";
|
||||||
sha256 = "sha256-C2/N4aw46QQzolVvUAwGWVC5vNLWAgBu/DNHgr3+YpY=";
|
sha256 = "sha256-jM9f/4aMAG8pUi44b7TGobZkY/vKZaTPw8S9WW6JXnk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Reference in a new issue