Unverified Commit 8b79a369 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #200107 from dotlambda/bzip3-1.2.0

bzip3: 1.1.8 -> 1.2.0
parents 62677a06 a7597701
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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 = [