2022-12-06T16:31:48 pdd 1.6 -> 1.7 https://github.com/jarun/pdd/releases 2022-12-06T16:31:50 attrpath: pdd 2022-12-06T16:31:50 Checking auto update branch... 2022-12-06T16:31:53 [version] 2022-12-06T16:31:53 [version] skipping because derivation has updateScript 2022-12-06T16:31:53 [rustCrateVersion] 2022-12-06T16:31:53 [rustCrateVersion] No cargoSha256 found 2022-12-06T16:31:53 [golangModuleVersion] 2022-12-06T16:31:53 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-06T16:31:53 [updateScript] 2022-12-06T16:31:56 [updateScript] Success 2022-12-06T16:31:56 [updateScript] this derivation will be built: /nix/store/hx1kg900gc1l7shn2phvgin2kblbbc29-packages.json.drv building '/nix/store/hx1kg900gc1l7shn2phvgin2kblbbc29-packages.json.drv'... Going to be running update for following packages: - pdd-1.6 Press Enter key to continue... Running update for: - pdd-1.6: UPDATING ... - pdd-1.6: DONE. Packages updated! 2022-12-06T16:31:56 2022-12-06T16:31:56 [quotedUrls] 2022-12-06T16:31:56 [quotedUrls] nothing found to replace 2022-12-06T16:31:56 Diff after rewrites: diff --git a/pkgs/tools/misc/pdd/default.nix b/pkgs/tools/misc/pdd/default.nix index db80139098b..b81eaee245f 100644 --- a/pkgs/tools/misc/pdd/default.nix +++ b/pkgs/tools/misc/pdd/default.nix @@ -2,13 +2,13 @@ buildPythonApplication rec { pname = "pdd"; - version = "1.6"; + version = "1.7"; src = fetchFromGitHub { owner = "jarun"; repo = "pdd"; rev = "refs/tags/v${version}"; - sha256 = "sha256-Z+jUFu4VvrgWUtkXMkjspcRJ/JG81X9gc2tnDoCdrsk="; + sha256 = "sha256-jQCjqQxvJU2oYLSWpFriJIfD0EbqBx59AvRX77pX0Cg="; }; format = "other"; 2022-12-06T16:33:28 No auto update branch exists 2022-12-06T16:33:31 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 pdd nix build failed. Using pythonImportsCheckPhase Sourcing python-namespaces-hook @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/l8nk9zmg09awb4cw5gx9yxldyrvl27xi-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/test.py @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/nfgpn9av331q7zi1dl6d5qpir60y513s-bash-5.1-p16/bin/bash make: Nothing to be done for 'all'. @nix { "action": "setPhase", "phase": "installPhase" } installing install flags: SHELL=/nix/store/nfgpn9av331q7zi1dl6d5qpir60y513s-bash-5.1-p16/bin/bash PREFIX=\$\(out\) install install -m755 -d /nix/store/z9xr2k8bpagacb84ckbdl8743wqyfa4a-pdd-1.7/bin install -m755 -d /nix/store/z9xr2k8bpagacb84ckbdl8743wqyfa4a-pdd-1.7/share/man/man1 install -m755 -d /nix/store/z9xr2k8bpagacb84ckbdl8743wqyfa4a-pdd-1.7/share/doc/pdd gzip -c pdd.1 > pdd.1.gz install -m755 pdd /nix/store/z9xr2k8bpagacb84ckbdl8743wqyfa4a-pdd-1.7/bin/pdd install -m644 pdd.1.gz /nix/store/z9xr2k8bpagacb84ckbdl8743wqyfa4a-pdd-1.7/share/man/man1 install -m644 README.md /nix/store/z9xr2k8bpagacb84ckbdl8743wqyfa4a-pdd-1.7/share/doc/pdd rm -f pdd.1.gz install -m644 auto-completion/bash/pdd.bash /nix/store/z9xr2k8bpagacb84ckbdl8743wqyfa4a-pdd-1.7/share/bash-completion/compilations/pdd install: cannot create regular file '/nix/store/z9xr2k8bpagacb84ckbdl8743wqyfa4a-pdd-1.7/share/bash-completion/compilations/pdd': No such file or directory make: *** [Makefile:25: install-bash-completion] Error 1