python311Packages.gunicorn 0 -> 1 attrpath: python311Packages.gunicorn 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/zy6x0718b6684wi4j8d1f35ygwb4krvs-packages.json.drv building '/nix/store/zy6x0718b6684wi4j8d1f35ygwb4krvs-packages.json.drv'... Going to be running update for following packages: - python3.11-gunicorn-21.2.0 Press Enter key to continue... Running update for: - python3.11-gunicorn-21.2.0: UPDATING ... - python3.11-gunicorn-21.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gunicorn/default.nix b/pkgs/development/python-modules/gunicorn/default.nix index ec2ed2aaf63d..1d3672275944 100644 --- a/pkgs/development/python-modules/gunicorn/default.nix +++ b/pkgs/development/python-modules/gunicorn/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "gunicorn"; - version = "21.2.0"; + version = "22.0.0"; pyproject = true; disabled = pythonOlder "3.5"; @@ -28,8 +28,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "benoitc"; repo = "gunicorn"; - rev = version; - hash = "sha256-xP7NNKtz3KNrhcAc00ovLZRx2h6ZqHbwiFOpCiuwf98="; + rev = "refs/tags/${version}"; + hash = "sha256-xIXQMAdTZEBORu6789tLpT1OpBL+aveL/MfDj4f4bes="; }; postPatch = '' No auto update branch exists Python package with too many package rebuilds 5362 > 500