2022-11-08T09:59:48 bzip3 1.1.8 -> 1.2.0 https://repology.org/metapackage/bzip3/versions 2022-11-08T09:59:50 attrpath: bzip3 2022-11-08T09:59:51 Checking auto update branch... 2022-11-08T09:59:51 No auto update branch exists 2022-11-08T09:59:54 There might already be an open PR for this update: - bzip3: 1.1.8 -> 1.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/200107" 2022-11-08T14:53:46 bzip3 1.1.8 -> 1.2.0 https://github.com/kspalaiologos/bzip3/releases 2022-11-08T14:53:48 attrpath: bzip3 2022-11-08T14:53:48 Checking auto update branch... 2022-11-08T14:53:48 No auto update branch exists 2022-11-08T14:53:55 [version] 2022-11-08T14:54:00 [version] updated version and sha256 2022-11-08T14:54:00 [rustCrateVersion] 2022-11-08T14:54:00 [rustCrateVersion] No cargoSha256 found 2022-11-08T14:54:00 [golangModuleVersion] 2022-11-08T14:54:00 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-08T14:54:00 [updateScript] 2022-11-08T14:54:00 [updateScript] skipping because derivation has no updateScript 2022-11-08T14:54:00 2022-11-08T14:54:00 [quotedUrls] 2022-11-08T14:54:00 [quotedUrls] nothing found to replace 2022-11-08T14:54:00 Diff after rewrites: diff --git a/pkgs/tools/compression/bzip3/default.nix b/pkgs/tools/compression/bzip3/default.nix index 0c978adbc70..22096280147 100644 --- a/pkgs/tools/compression/bzip3/default.nix +++ b/pkgs/tools/compression/bzip3/default.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation rec { pname = "bzip3"; - version = "1.1.8"; + version = "1.2.0"; outputs = [ "bin" "dev" "out" ]; @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { owner = "kspalaiologos"; repo = "bzip3"; rev = version; - hash = "sha256-ok5LwarXVe2gwwfIWVSfHHY0lt1IfGtkLPlVo757G6g="; + hash = "sha256-Ul4nybQ+Gj3i41AFxk2WzVD+b2dJVyCUBuX4ZGjXwUs="; }; postPatch = '' 2022-11-08T14:55:45 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bzip3 nix build failed. checking if clang static flag -static works... no checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking pkg-config is at least version 0.9.0... yes checking for getopt.h... yes checking for getopt_long... yes checking for C/C++ restrict keyword... __restrict__ checking how to run the C preprocessor... clang -E checking for pthread.h... yes checking whether clang is Clang... yes checking whether pthreads work with "-pthread" and "-lpthread"... yes checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking whether C compiler accepts -O2... yes checking whether C compiler accepts -g3... yes checking whether C compiler accepts -fPIC... yes configure: using '-g -O2 -pthread -DPTHREAD -O2 -g3 -fPIC' plus compiler feature detection checking for a sed that does not truncate output... (cached) /nix/store/jvhh6i1647pn2f1kay9xk8b7i8acdjh1-gnused-4.8/bin/sed checking for git... no configure: error: git is required