python310Packages.devtools 0.10.0 -> 0.11.0 https://repology.org/project/python:devtools/versions attrpath: python310Packages.devtools 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bl1iydvvmzclkhwcfw5xj39q6aisdlq3-packages.json.drv building '/nix/store/bl1iydvvmzclkhwcfw5xj39q6aisdlq3-packages.json.drv'... Going to be running update for following packages: - python3.10-devtools-0.10.0 Press Enter key to continue... Running update for: - python3.10-devtools-0.10.0: UPDATING ... - python3.10-devtools-0.10.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/devtools/default.nix b/pkgs/development/python-modules/devtools/default.nix index 79f8d3d5cbb..9292dccf259 100644 --- a/pkgs/development/python-modules/devtools/default.nix +++ b/pkgs/development/python-modules/devtools/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "devtools"; - version = "0.10.0"; + version = "0.11.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,8 +20,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "samuelcolvin"; repo = "python-${pname}"; - rev = "v${version}"; - hash = "sha256-x9dL/FE94OixMAmjnmfzZUcYJBqE5P2AAIFsNJF0Fxo="; + rev = "refs/tags/v${version}"; + hash = "sha256-ogogXZnuSFkWktCin+cyefjqIbGFRBVIeOrZJAa3hOE="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.devtools: 0.10.0 -> 0.11.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/232685"