copier 0 -> 1 attrpath: copier Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rxznwggdb75safy40xj8l40f18icjih4-packages.json.drv building '/nix/store/rxznwggdb75safy40xj8l40f18icjih4-packages.json.drv'... Going to be running update for following packages: - copier-9.1.0 Press Enter key to continue... Running update for: - copier-9.1.0: UPDATING ... - copier-9.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/copier/default.nix b/pkgs/tools/misc/copier/default.nix index 2b1a65cf99eb..293d7270cb70 100644 --- a/pkgs/tools/misc/copier/default.nix +++ b/pkgs/tools/misc/copier/default.nix @@ -2,18 +2,18 @@ python3.pkgs.buildPythonApplication rec { pname = "copier"; - version = "9.1.0"; + version = "9.1.1"; format = "pyproject"; src = fetchFromGitHub { owner = "copier-org"; repo = "copier"; - rev = "v${version}"; + rev = "refs/tags/v${version}"; # Conflict on APFS on darwin postFetch = '' rm $out/tests/demo/doc/ma*ana.txt ''; - hash = "sha256-x5r7Xv4lAOMkR+UIEeSY7LvbYMLpTWYuICYe9ygz1tA="; + hash = "sha256-tRp2s2QLuP0C8o3UOWBOr6DwC3pHLFwqk8+nHbia/+o="; }; POETRY_DYNAMIC_VERSIONING_BYPASS = version; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A copier Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . copier Standard output: error: build log of 'copier' is not available