Merge pull request #162191 from r-ryantm/auto-update/lrzip

lrzip: 0.641 -> 0.650
This commit is contained in:
Robert Scott 2022-04-02 17:06:14 +01:00 committed by GitHub
commit 0f19df6a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ''