lrzip: 0.641 -> 0.650

This commit is contained in:
R. Ryantm 2022-02-28 10:26:11 +00:00
parent d4de0d5628
commit 833aa51924

View file

@ -5,13 +5,13 @@ let
in
stdenv.mkDerivation rec {
pname = "lrzip";
version = "0.641";
version = "0.650";
src = fetchFromGitHub {
owner = "ckolivas";
repo = pname;
rev = "v${version}";
sha256 = "sha256-253CH6TiHWyr13C76y9PXjyB7gj2Bhd2VRgJ5r+cm/g=";
sha256 = "sha256-rHjaTgNVGfnGio4geuWRfPds5BqcXJu7p8XJh83rRTs=";
};
postPatch = lib.optionalString stdenv.isDarwin ''