mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
xz: 5.6.4 -> 5.8.0
Changes: https://github.com/tukaani-project/xz/releases/tag/v5.8.0
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "xz";
|
||||
version = "5.6.4";
|
||||
version = "5.8.0";
|
||||
|
||||
src = fetchurl {
|
||||
url =
|
||||
with finalAttrs;
|
||||
"https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.xz";
|
||||
hash = "sha256-gpzP5512l0j3VX56RCmmTQaFjifh42LiXQGre5MdnJU=";
|
||||
hash = "sha256-BeytnnGRn0/Knxn7vJeeoo4jAYjtEj3G8GuYAx6hRUI=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
Reference in New Issue
Block a user