python312Packages.reflex 0.5.9 -> 0.5.10 https://github.com/reflex-dev/reflex/releases attrpath: python312Packages.reflex 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/9p5mnlbksv1dclbvwn174s0ninn3pm78-packages.json.drv building '/nix/store/9p5mnlbksv1dclbvwn174s0ninn3pm78-packages.json.drv'... Going to be running update for following packages: - python3.12-reflex-0.5.9 Press Enter key to continue... Running update for: - python3.12-reflex-0.5.9: UPDATING ... - python3.12-reflex-0.5.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/reflex/default.nix b/pkgs/development/python-modules/reflex/default.nix index 75b5198e0663..664615d55d75 100644 --- a/pkgs/development/python-modules/reflex/default.nix +++ b/pkgs/development/python-modules/reflex/default.nix @@ -44,14 +44,14 @@ buildPythonPackage rec { pname = "reflex"; - version = "0.5.9"; + version = "0.5.10"; pyproject = true; src = fetchFromGitHub { owner = "reflex-dev"; repo = "reflex"; - rev = "v${version}"; - hash = "sha256-QeEggHPilCLjUQ76AYDkqdf1iWLwCyAYTnf17RdhDq0="; + rev = "refs/tags/v${version}"; + hash = "sha256-8nwVB5FthDbhQRO663vRTqT8KPtStbdSgEoZ75EnhmE="; }; pythonRelaxDeps = [ "fastapi" ]; No auto update branch exists There might already be an open PR for this update: - python312Packages.reflex: 0.5.9 -> 0.5.10 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/338084"