rapidfuzz-cpp 3.0.1 -> 3.0.2 https://github.com/rapidfuzz/rapidfuzz-cpp/releases attrpath: rapidfuzz-cpp Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/rapidfuzz-cpp/default.nix b/pkgs/development/libraries/rapidfuzz-cpp/default.nix index 1544eff83621..ab0a5edb7d42 100644 --- a/pkgs/development/libraries/rapidfuzz-cpp/default.nix +++ b/pkgs/development/libraries/rapidfuzz-cpp/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "rapidfuzz-cpp"; - version = "3.0.1"; + version = "3.0.2"; src = fetchFromGitHub { owner = "rapidfuzz"; repo = "rapidfuzz-cpp"; rev = "v${finalAttrs.version}"; - hash = "sha256-v/apbqRyv93PZsO397lvyIMtA1JtYrOpbWAVAbMCmP4="; + hash = "sha256-4J2j+/0ZVMNlrgLbEQk3me/EX07TZ/rLsT1/5ufxbic="; }; nativeBuildInputs = [ Successfully finished processing cachix "/nix/store/887iz8ypf267schma5qj7j44r6qr0z6s-rapidfuzz-cpp-3.0.2" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages marked as broken and skipped:
4 packages failed to build:
92 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/rapidfuzz/rapidfuzz-cpp/releases. meta.description for rapidfuzz-cpp is: Rapid fuzzy string matching in C++ using the Levenshtein Distance meta.homepage for rapidfuzz-cpp is: https://github.com/rapidfuzz/rapidfuzz-cpp meta.changelog for rapidfuzz-cpp is: https://github.com/rapidfuzz/rapidfuzz-cpp/blob/v3.0.2/CHANGELOG.md ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/rapidfuzz/rapidfuzz-cpp/releases/tag/v3.0.2) - [Compare changes on GitHub](https://github.com/rapidfuzz/rapidfuzz-cpp/compare/v3.0.1...v3.0.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.0.2 with grep in /nix/store/887iz8ypf267schma5qj7j44r6qr0z6s-rapidfuzz-cpp-3.0.2 - found 3.0.2 in filename of file in /nix/store/887iz8ypf267schma5qj7j44r6qr0z6s-rapidfuzz-cpp-3.0.2 ---
Rebuild report (if merged into master) (click to expand) ``` 54 total rebuild path(s) 54 package rebuild(s) First fifty rebuilds by attrpath adl anime-downloader apostrophe atomic-operator creds emacsPackages.lsp-bridge ibus-engines.uniemoji instawow knowsmore ledger-autosync mealie nitrokey-app2 osc-cli paperless-ngx poetry poetryPlugins.poetry-audit-plugin poetryPlugins.poetry-plugin-up puddletag pynitrokey python311Packages.autofaiss python311Packages.cleo python311Packages.fire python311Packages.fuzzywuzzy python311Packages.jarowinkler python311Packages.jiwer python311Packages.levenshtein python311Packages.nkdfu python311Packages.pdf2docx python311Packages.pynitrokey python311Packages.rapidfuzz python311Packages.syncedlyrics python311Packages.thefuzz python311Packages.trytond python311Packages.videocr python312Packages.autofaiss python312Packages.cleo python312Packages.fire python312Packages.fuzzywuzzy python312Packages.jarowinkler python312Packages.jiwer python312Packages.levenshtein python312Packages.nkdfu python312Packages.pdf2docx python312Packages.pynitrokey python312Packages.rapidfuzz python312Packages.syncedlyrics python312Packages.thefuzz python312Packages.trytond python312Packages.videocr rapidfuzz-cpp ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/887iz8ypf267schma5qj7j44r6qr0z6s-rapidfuzz-cpp-3.0.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A rapidfuzz-cpp https://github.com/r-ryantm/nixpkgs/archive/28aca56518a97fa2b03bdf68da48a645eb9d66cb.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/28aca56518a97fa2b03bdf68da48a645eb9d66cb#rapidfuzz-cpp ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/887iz8ypf267schma5qj7j44r6qr0z6s-rapidfuzz-cpp-3.0.2 ls -la /nix/store/887iz8ypf267schma5qj7j44r6qr0z6s-rapidfuzz-cpp-3.0.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages marked as broken and skipped:
4 packages failed to build:
92 packages built:
--- ###### Maintainer pings cc @dotlambda for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/294327