hatch 0 -> 1 attrpath: hatch 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/kcrz2jqddr2ciwafrsmyy0m7qwmx0d53-packages.json.drv building '/nix/store/kcrz2jqddr2ciwafrsmyy0m7qwmx0d53-packages.json.drv'... Going to be running update for following packages: - hatch-1.9.0 Press Enter key to continue... Running update for: - hatch-1.9.0: UPDATING ... - hatch-1.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/hatch/default.nix b/pkgs/development/tools/hatch/default.nix index 4f3dec85ff67..abffad571f1c 100644 --- a/pkgs/development/tools/hatch/default.nix +++ b/pkgs/development/tools/hatch/default.nix @@ -8,12 +8,12 @@ python3.pkgs.buildPythonApplication rec { pname = "hatch"; - version = "1.9.0"; + version = "1.9.4"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-4ealEeFS7HzU26vE9Pahh0hwvUnJfRfTkLkjLdpoXOM="; + hash = "sha256-m7fRxKelHMH54WOUh1yUC0X6hLaY8CkVKTFrJ9dOfzI="; }; nativeBuildInputs = with python3.pkgs; [ An auto update branch exists with message `hatch: 1.9.0 -> 1.9.4`. New version is 1.9.4. An auto update branch exists with an equal or greater version