python312Packages.hyperscan 0.6.0 -> 0.7.0 https://repology.org/project/python:hyperscan/versions attrpath: python312Packages.hyperscan 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/ib8li7vqh1qg68q1s254qdqn46kzny7v-packages.json.drv building '/nix/store/ib8li7vqh1qg68q1s254qdqn46kzny7v-packages.json.drv'... Going to be running update for following packages: - python3.12-hyperscan-0.6.0 Press Enter key to continue... Running update for: - python3.12-hyperscan-0.6.0: UPDATING ... - python3.12-hyperscan-0.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hyperscan/default.nix b/pkgs/development/python-modules/hyperscan/default.nix index 342dda967cfe..51ea23baf4a2 100644 --- a/pkgs/development/python-modules/hyperscan/default.nix +++ b/pkgs/development/python-modules/hyperscan/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "hyperscan"; - version = "0.6.0"; + version = "0.7.0"; pyproject = true; src = fetchFromGitHub { owner = "darvid"; repo = "python-hyperscan"; - rev = "v${version}"; - hash = "sha256-6PoV9rY9CkXkAMWN2QCnfU4S0OJD/6bzkqFgvEVqNjo="; + rev = "refs/tags/v${version}"; + hash = "sha256-XIsYBu2YPbSIZGIhJjPap1ymg7cr0+ozwZtpOj8GFm8="; }; buildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.hyperscan: 0.6.0 -> 0.7.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/284194"