tarlz 0.22 -> 0.23 https://repology.org/project/tarlz/versions attrpath: tarlz Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/archivers/tarlz/default.nix b/pkgs/tools/archivers/tarlz/default.nix index 7f41a05a9a8..9d57911bdec 100644 --- a/pkgs/tools/archivers/tarlz/default.nix +++ b/pkgs/tools/archivers/tarlz/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "tarlz"; - version = "0.22"; + version = "0.23"; outputs = [ "out" "man" "info" ]; nativeBuildInputs = [ lzip texinfo ]; @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "mirror://savannah/lzip/${pname}/${pname}-${version}.tar.lz"; - sha256 = "sha256-/M9yJvoktV0ybKsT926jSb7ERsWo33GkbTQwmaBQkdw="; + sha256 = "sha256-PO+0+InaJQlPWTtDqR/TqrozoCBTpR+wkum16K22YKM="; }; enableParallelBuilding = true; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tarlz nix build failed. g++ -Wall -W -O2 -c -o compress.o compress.cc g++ -Wall -W -O2 -c -o create.o create.cc g++ -Wall -W -O2 -c -o create_lz.o create_lz.cc g++ -Wall -W -O2 -c -o decode.o decode.cc g++ -Wall -W -O2 -c -o decode_lz.o decode_lz.cc g++ -Wall -W -O2 -c -o delete.o delete.cc g++ -Wall -W -O2 -c -o delete_lz.o delete_lz.cc g++ -Wall -W -O2 -c -o exclude.o exclude.cc g++ -Wall -W -O2 -c -o extended.o extended.cc g++ -Wall -W -O2 -DPROGVERSION=\"0.23\" -c -o main.o main.cc g++ -Wall -W -O2 -o tarlz arg_parser.o lzip_index.o archive_reader.o common.o common_decode.o compress.o create.o create_lz.o decode.o decode_lz.o delete.o delete_lz.o exclude.o extended.o main.o -llz -lpthread @nix { "action": "setPhase", "phase": "checkPhase" } running tests check flags: -j16 SHELL=/nix/store/rhvbjmcfnkg8i2dxpzr114cp1ws7f667-bash-5.2-p15/bin/bash CXX:=\$\(CXX\) VERBOSE=y check testing tarlz-0.23... testing --list and --extract... testing --concatenate... testing --create...tarlz: '1969-12-31T23:59:59': Date out of limits in option '--mtime'. 700(1969-12-31T23:59:59) testing --diff... testing --delete... testing --dereference... testing --append... testing dirs and links... testing long names... testing --compress... testing bad input... testing --keep-damaged... tests failed. make: *** [Makefile:89: check] Error 1