2022-11-09T09:57:37 bzip3 1.1.8 -> 1.2.0 https://repology.org/metapackage/bzip3/versions 2022-11-09T09:57:39 attrpath: bzip3 2022-11-09T09:57:40 Checking auto update branch... 2022-11-09T09:57:40 No auto update branch exists 2022-11-09T09:57:41 Old version 1.1.8" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , autoreconfHook , pkg-config }: stdenv.mkDerivation rec { pname = "bzip3"; version = "1.2.0"; outputs = [ "bin" "dev" "out" ]; src = fetchFromGitHub { owner = "kspalaiologos"; repo = "bzip3"; rev = version; 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 = [ autoreconfHook pkg-config ]; configureFlags = [ "--disable-arch-native" ] ++ lib.optionals stdenv.isDarwin [ "--disable-link-time-optimization" ]; meta = { description = "A better and stronger spiritual successor to BZip2"; homepage = "https://github.com/kspalaiologos/bzip3"; changelog = "https://github.com/kspalaiologos/bzip3/blob/${src.rev}/NEWS"; license = lib.licenses.lgpl3Plus; maintainers = with lib.maintainers; [ dotlambda ]; platforms = lib.platforms.unix; }; } 2022-11-09T10:51:01 bzip3 1.1.8 -> 1.2.0 https://repology.org/metapackage/bzip3/versions 2022-11-09T10:51:04 attrpath: bzip3 2022-11-09T10:51:04 Checking auto update branch... 2022-11-09T10:51:04 No auto update branch exists 2022-11-09T10:51:05 Old version 1.1.8" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , autoreconfHook , pkg-config }: stdenv.mkDerivation rec { pname = "bzip3"; version = "1.2.0"; outputs = [ "bin" "dev" "out" ]; src = fetchFromGitHub { owner = "kspalaiologos"; repo = "bzip3"; rev = version; 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 = [ autoreconfHook pkg-config ]; configureFlags = [ "--disable-arch-native" ] ++ lib.optionals stdenv.isDarwin [ "--disable-link-time-optimization" ]; meta = { description = "A better and stronger spiritual successor to BZip2"; homepage = "https://github.com/kspalaiologos/bzip3"; changelog = "https://github.com/kspalaiologos/bzip3/blob/${src.rev}/NEWS"; license = lib.licenses.lgpl3Plus; maintainers = with lib.maintainers; [ dotlambda ]; platforms = lib.platforms.unix; }; }