fastapi-cli 0 -> 1 attrpath: fastapi-cli 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/3122j8s5nni0kl31sk8pmqnlcn3y4xf9-packages.json.drv building '/nix/store/3122j8s5nni0kl31sk8pmqnlcn3y4xf9-packages.json.drv'... Going to be running update for following packages: - fastapi-cli-0.0.4 Press Enter key to continue... Running update for: - fastapi-cli-0.0.4: UPDATING ... - fastapi-cli-0.0.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fastapi-cli/default.nix b/pkgs/development/python-modules/fastapi-cli/default.nix index b802b058df49..1d2c35cd79b5 100644 --- a/pkgs/development/python-modules/fastapi-cli/default.nix +++ b/pkgs/development/python-modules/fastapi-cli/default.nix @@ -13,14 +13,14 @@ let self = buildPythonPackage rec { pname = "fastapi-cli"; - version = "0.0.4"; + version = "0.0.5"; pyproject = true; src = fetchFromGitHub { owner = "tiangolo"; repo = "fastapi-cli"; - rev = version; - hash = "sha256-eWvZn7ZeLnQZAvGOzY77o6oO5y+QV2cx+peBov9YpJE="; + rev = "refs/tags/${version}"; + hash = "sha256-hUS9zkDJJB51X+e31RvyxcGAP8j4oulAPFAvEMPiIn8="; }; build-system = [ pdm-backend ]; No auto update branch exists Python package with too many package rebuilds 3423 > 100