rocksdb 8.3.2 -> 8.10.2 https://github.com/facebook/rocksdb/releases attrpath: rocksdb Checking auto update branch... An auto update branch exists with message `rocksdb: 8.3.2 -> 8.10.0`. New version is 8.10.2. The auto update branch does not match or exceed the new version. [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/rocksdb/default.nix b/pkgs/development/libraries/rocksdb/default.nix index c25a349ba32d..9be7b403fd86 100644 --- a/pkgs/development/libraries/rocksdb/default.nix +++ b/pkgs/development/libraries/rocksdb/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "rocksdb"; - version = "8.3.2"; + version = "8.10.2"; src = fetchFromGitHub { owner = "facebook"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-mfIRQ8nkUbZ3Bugy3NAvOhcfzFY84J2kBUIUBcQ2/Qg="; + hash = "sha256-96c1coG2euj8yWpSr3MYPEjxfo/7wuQgk0G+UBr3m0Q="; }; nativeBuildInputs = [ cmake ninja ]; Successfully finished processing cachix "/nix/store/lyiaac5h43n5a4w9s3r9y4c4s1gjkvmw-rocksdb-8.10.2" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/facebook/rocksdb/releases. meta.description for rocksdb is: A library that provides an embeddable, persistent key-value store for fast storage meta.homepage for rocksdb is: https://rocksdb.org meta.changelog for rocksdb is: https://github.com/facebook/rocksdb/raw/v8.10.2/HISTORY.md ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/facebook/rocksdb/releases/tag/v8.10.2) - [Compare changes on GitHub](https://github.com/facebook/rocksdb/compare/v8.3.2...v8.10.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 8.10.2 with grep in /nix/store/lyiaac5h43n5a4w9s3r9y4c4s1gjkvmw-rocksdb-8.10.2 - found 8.10.2 in filename of file in /nix/store/lyiaac5h43n5a4w9s3r9y4c4s1gjkvmw-rocksdb-8.10.2 ---
Rebuild report (if merged into master) (click to expand) ``` 12 total rebuild path(s) 12 package rebuild(s) First fifty rebuilds by attrpath chickenPackages_5.chickenEggs.rocksdb haskellPackages.rocksdb-haskell haskellPackages.rocksdb-haskell-jprupp haskellPackages.rocksdb-query matrix-conduit polkadot rocksdb solana-cli solana-validator sortmerna stalwart-mail surrealdb ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/lyiaac5h43n5a4w9s3r9y4c4s1gjkvmw-rocksdb-8.10.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 rocksdb https://github.com/r-ryantm/nixpkgs/archive/ec2c779356a8e8aa6c8b280809521a8679700914.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/ec2c779356a8e8aa6c8b280809521a8679700914#rocksdb ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/lyiaac5h43n5a4w9s3r9y4c4s1gjkvmw-rocksdb-8.10.2 ls -la /nix/store/lyiaac5h43n5a4w9s3r9y4c4s1gjkvmw-rocksdb-8.10.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. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @adevress @magenbluten 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/255763