python312Packages.sentencepiece 0.1.99 -> 0.2.0 https://github.com/google/sentencepiece/releases attrpath: python312Packages.sentencepiece 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/121w8afpv3s6djnz9nwjgra595l0y1ll-packages.json.drv building '/nix/store/121w8afpv3s6djnz9nwjgra595l0y1ll-packages.json.drv'... Going to be running update for following packages: - python3.12-sentencepiece-0.1.99 Press Enter key to continue... Running update for: - python3.12-sentencepiece-0.1.99: UPDATING ... - python3.12-sentencepiece-0.1.99: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/sentencepiece/default.nix b/pkgs/development/libraries/sentencepiece/default.nix index f2fc6a1a8676..0c40f67c21ee 100644 --- a/pkgs/development/libraries/sentencepiece/default.nix +++ b/pkgs/development/libraries/sentencepiece/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "sentencepiece"; - version = "0.1.99"; + version = "0.2.0"; src = fetchFromGitHub { owner = "google"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-RxzysZsfTdhAtJCO3JOa/bSBNnHBRWkqBdwBa8sB74I="; + sha256 = "sha256-tMt6UBDqpdjAhxAJlVOFFlE3RC36/t8K0gBAzbesnsg="; }; nativeBuildInputs = [ cmake ]; No auto update branch exists There might already be an open PR for this update: - sentencepiece: 0.1.99 -> 0.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/290042"