python311Packages.dash 0 -> 1 attrpath: python311Packages.dash Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/qj0hyv1z3jh43faf6ibnmgvdblgvwj8y-packages.json.drv building '/nix/store/qj0hyv1z3jh43faf6ibnmgvdblgvwj8y-packages.json.drv'... Going to be running update for following packages: - python3.11-dash-2.14.2 Press Enter key to continue... Running update for: - python3.11-dash-2.14.2: UPDATING ... - python3.11-dash-2.14.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dash/default.nix b/pkgs/development/python-modules/dash/default.nix index b99662660d42..98fe4a674f9d 100644 --- a/pkgs/development/python-modules/dash/default.nix +++ b/pkgs/development/python-modules/dash/default.nix @@ -37,7 +37,7 @@ buildPythonPackage rec { pname = "dash"; - version = "2.14.2"; + version = "2.15.0"; pyproject = true; disabled = pythonOlder "3.6"; @@ -45,8 +45,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "plotly"; repo = "dash"; - rev = "v${version}"; - hash = "sha256-EFEsFgd3VbzlIUiz1fBIsKHywgWrL74taDFx0yIM/Ks="; + rev = "refs/tags/v${version}"; + hash = "sha256-38BOw/CrauT/usVWCI735J0zRf9wzScUgbfGTy5B7ng="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.dash: remove ansi2html from deps`. New version is 2.15.0. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python311Packages.dash: 2.14.2 -> 2.15.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/285344"