bzip3: 1.1.8 -> 1.2.0

https://github.com/kspalaiologos/bzip3/releases/tag/1.2.0
This commit is contained in:
Robert Schütz
2022-11-07 15:21:40 -08:00
parent c93efc89ea
commit a75977016b
+5 -2
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 = [