python312Packages.lexilang 1.0.1 -> 1.0.2 https://github.com/LibreTranslate/LexiLang/releases attrpath: python312Packages.lexilang 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/3s9mcqwjvf2yhbwq17bndjrbgwplhidm-packages.json.drv building '/nix/store/3s9mcqwjvf2yhbwq17bndjrbgwplhidm-packages.json.drv'... Going to be running update for following packages: - python3.12-lexilang-1.0.1 Press Enter key to continue... Running update for: - python3.12-lexilang-1.0.1: UPDATING ... - python3.12-lexilang-1.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/lexilang/default.nix b/pkgs/development/python-modules/lexilang/default.nix index 8577cb521196..6e5fb1102f28 100644 --- a/pkgs/development/python-modules/lexilang/default.nix +++ b/pkgs/development/python-modules/lexilang/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "lexilang"; - version = "1.0.1"; + version = "1.0.2"; pyproject = true; src = fetchFromGitHub { owner = "LibreTranslate"; repo = "LexiLang"; - rev = "v${version}"; - hash = "sha256-TLkaqCE9NDjN2XuYOUkeeWIRcqkxrdg31fS4mEnlcEo="; + rev = "refs/tags/v${version}"; + hash = "sha256-/uSoEz/5HJnFVkXZndIlM+K0OJLJaorFQ6+kWYELjrs="; }; nativeBuildInputs = [ An auto update branch exists with message `python312Packages.lexilang: disable on unsupported Python releases`. New version is 1.0.2. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python312Packages.lexilang: 1.0.1 -> 1.0.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/297584"