forked from mirrors/nixpkgs
Merge pull request #200107 from dotlambda/bzip3-1.2.0
bzip3: 1.1.8 -> 1.2.0
This commit is contained in:
commit
8b79a369db
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue