python311Packages.pyrate-limiter 0 -> 1 attrpath: python311Packages.pyrate-limiter 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/5qrqnv8sjzknk5gnrnmcfz9hgp9svdrj-packages.json.drv building '/nix/store/5qrqnv8sjzknk5gnrnmcfz9hgp9svdrj-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrate-limiter-2.10.0 Press Enter key to continue... Running update for: - python3.11-pyrate-limiter-2.10.0: UPDATING ... - python3.11-pyrate-limiter-2.10.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyrate-limiter/default.nix b/pkgs/development/python-modules/pyrate-limiter/default.nix index 3aa0d42e2d50..c17107f31d3d 100644 --- a/pkgs/development/python-modules/pyrate-limiter/default.nix +++ b/pkgs/development/python-modules/pyrate-limiter/default.nix @@ -6,14 +6,14 @@ buildPythonPackage rec { pname = "pyrate-limiter"; - version = "2.10.0"; + version = "3.2.0"; format = "pyproject"; src = fetchFromGitHub { owner = "vutran1710"; repo = "PyrateLimiter"; - rev = "v${version}"; - hash = "sha256-CPusPeyTS+QyWiMHsU0ii9ZxPuizsqv0wQy3uicrDw0="; + rev = "refs/tags/v${version}"; + hash = "sha256-i2Lo8M2SOXzjASZ3V9pE8xCaq0kOwrwLyzMlpjkkvdw="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.pyrate-limiter: refactor`. New version is 3.2.0. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python311Packages.pyrate-limiter: 2.10.0 -> 3.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/280253" - python312Packages.pyrate-limiter: 2.10.0 -> 3.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/282035"