Merge pull request #200107 from dotlambda/bzip3-1.2.0

bzip3: 1.1.8 -> 1.2.0
This commit is contained in:
Mario Rodas 2022-11-08 09:20:56 -05:00 committed by GitHub
commit 8b79a369db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "bzip3";
version = "1.1.8";
version = "1.2.0";
outputs = [ "bin" "dev" "out" ];
@ -15,12 +15,15 @@ stdenv.mkDerivation rec {
owner = "kspalaiologos";
repo = "bzip3";
rev = version;
hash = "sha256-ok5LwarXVe2gwwfIWVSfHHY0lt1IfGtkLPlVo757G6g=";
hash = "sha256-Ul4nybQ+Gj3i41AFxk2WzVD+b2dJVyCUBuX4ZGjXwUs=";
};
postPatch = ''
echo -n "${version}" > .tarball-version
patchShebangs build-aux
# build-aux/ax_subst_man_date.m4 calls git if the file exists
rm .gitignore
'';
nativeBuildInputs = [