ipv6calc 4.1.0 -> 4.2.0 https://github.com/pbiering/ipv6calc/releases attrpath: ipv6calc 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/networking/ipv6calc/default.nix b/pkgs/tools/networking/ipv6calc/default.nix index 9bc655943e0a..fcbee3acfa5e 100644 --- a/pkgs/tools/networking/ipv6calc/default.nix +++ b/pkgs/tools/networking/ipv6calc/default.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "ipv6calc"; - version = "4.1.0"; + version = "4.2.0"; src = fetchFromGitHub { owner = "pbiering"; repo = pname; rev = version; - sha256 = "sha256-zpV3RpFPYICntNLVTC4FpkrxJ7nDh/KEzmNpg0ORWZQ="; + sha256 = "sha256-z4CfakCvFdCPwB52wfeooCMI51QY629nMDbCmR50fI4="; }; buildInputs = [ 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 ipv6calc nix build failed. make[2]: 'libipv6calc.so.4.2.0' is up to date. make[2]: Leaving directory '/build/source/lib' echo "Install shared library" Install shared library mkdir -p /nix/store/590996rffbarl3sh17qlk9hqsxs2n8gx-ipv6calc-4.2.0/lib install -m 755 libipv6calc.so.4.2.0 /nix/store/590996rffbarl3sh17qlk9hqsxs2n8gx-ipv6calc-4.2.0/lib ldconfig -n /nix/store/590996rffbarl3sh17qlk9hqsxs2n8gx-ipv6calc-4.2.0/lib make[1]: Leaving directory '/build/source/lib' make[1]: Entering directory '/build/source/databases/lib' make libipv6calc_db_wrapper.a make[2]: Entering directory '/build/source/databases/lib' make[2]: 'libipv6calc_db_wrapper.a' is up to date. make[2]: Leaving directory '/build/source/databases/lib' make libipv6calc_db_wrapper.so.4.2.0 make[2]: Entering directory '/build/source/databases/lib' make[2]: 'libipv6calc_db_wrapper.so.4.2.0' is up to date. make[2]: Leaving directory '/build/source/databases/lib' echo "Install shared library" Install shared library mkdir -p /nix/store/590996rffbarl3sh17qlk9hqsxs2n8gx-ipv6calc-4.2.0/lib install -m 755 libipv6calc_db_wrapper.so.4.2.0 /nix/store/590996rffbarl3sh17qlk9hqsxs2n8gx-ipv6calc-4.2.0/lib ldconfig -n /nix/store/590996rffbarl3sh17qlk9hqsxs2n8gx-ipv6calc-4.2.0/lib make[1]: Leaving directory '/build/source/databases/lib' make[1]: Entering directory '/build/source/tools' if [ ! -d /share/ipv6calc/tools ]; then install -d -m 755 /share/ipv6calc/tools; fi install: cannot create directory '/share': Permission denied make[1]: *** [Makefile:15: install] Error 1 make[1]: Leaving directory '/build/source/tools' Result: 2 make: *** [Makefile:81: install] Error 2