lrzip: 0.650 -> 0.651

+2 -2
+2 -2
pkgs/tools/compression/lrzip/default.nix
··· 5 5 in 6 6 stdenv.mkDerivation rec { 7 7 pname = "lrzip"; 8 - version = "0.650"; 8 + version = "0.651"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "ckolivas"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-rHjaTgNVGfnGio4geuWRfPds5BqcXJu7p8XJh83rRTs="; 14 + sha256 = "sha256-Mb324ojtLV0S10KhL7Vjf3DhSOtCy1pFMTzvLkTnpXM="; 15 15 }; 16 16 17 17 postPatch = lib.optionalString stdenv.isDarwin ''