lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xz: 5.6.4 -> 5.8.1 (#393310)

+2 -2
+2 -2
pkgs/tools/compression/xz/default.nix
··· 15 15 16 16 stdenv.mkDerivation (finalAttrs: { 17 17 pname = "xz"; 18 - version = "5.6.4"; 18 + version = "5.8.1"; 19 19 20 20 src = fetchurl { 21 21 url = 22 22 with finalAttrs; 23 23 "https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.xz"; 24 - hash = "sha256-gpzP5512l0j3VX56RCmmTQaFjifh42LiXQGre5MdnJU="; 24 + hash = "sha256-C1T3nfhZElBN4LFK7Hlx4/lkSRrxgS2DRHAFgHUTzZ4="; 25 25 }; 26 26 27 27 strictDeps = true;