python310Packages.xdg 0 -> 1 attrpath: python310Packages.xdg 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/88qg5km1i53c1a9mw3gdysc8qi5qnakg-packages.json.drv building '/nix/store/88qg5km1i53c1a9mw3gdysc8qi5qnakg-packages.json.drv'... Going to be running update for following packages: - python3.10-xdg-5.1.1 Press Enter key to continue... Running update for: - python3.10-xdg-5.1.1: UPDATING ... - python3.10-xdg-5.1.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/xdg/default.nix b/pkgs/development/python-modules/xdg/default.nix index d5583200becb..c168c3691c05 100644 --- a/pkgs/development/python-modules/xdg/default.nix +++ b/pkgs/development/python-modules/xdg/default.nix @@ -5,7 +5,7 @@ }: buildPythonPackage rec { - version = "5.1.1"; + version = "6.0.1"; pname = "xdg"; disabled = isPy27; format = "pyproject"; @@ -13,8 +13,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "srstevenson"; repo = pname; - rev = version; - hash = "sha256-z/Zvo2WGw9qA+M3Pt9r35DuxtuhL7/I75LlFEdDOJcc="; + rev = "refs/tags/${version}"; + hash = "sha256-nbdF1tjVqlxwiGW0pySS6HyJbmNuQ7mVdQYfhofO4Dk="; }; nativeBuildInputs = [ poetry-core ]; An auto update branch exists with message `python310Packages.xdg: 5.1.1 -> 6.0.0`. New version is 6.0.1. The auto update branch does not match or exceed the new version. Old version 5.1.1" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchFromGitHub, isPy27 , clikit , poetry-core , pytestCheckHook }: buildPythonPackage rec { version = "6.0.0"; pname = "xdg"; disabled = isPy27; format = "pyproject"; src = fetchFromGitHub { owner = "srstevenson"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-yVuruSKv99IZGNCpY9cKwAe6gJNAWjL+Lol2D1/0hiI="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ clikit ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "XDG Base Directory Specification for Python"; homepage = "https://github.com/srstevenson/xdg"; license = licenses.isc; maintainers = with maintainers; [ jonringer ]; }; }