rocksdb_lite 7.9.2 -> 7.10.2 https://github.com/facebook/rocksdb/releases attrpath: rocksdb_lite 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/rocksdb/default.nix b/pkgs/development/libraries/rocksdb/default.nix index 4b7bd0b9fd9..ffad392c621 100644 --- a/pkgs/development/libraries/rocksdb/default.nix +++ b/pkgs/development/libraries/rocksdb/default.nix @@ -19,13 +19,13 @@ stdenv.mkDerivation rec { pname = "rocksdb"; - version = "7.9.2"; + version = "7.10.2"; src = fetchFromGitHub { owner = "facebook"; repo = pname; rev = "v${version}"; - sha256 = "sha256-5P7IqJ14EZzDkbjaBvbix04ceGGdlWBuVFH/5dpD5VM="; + sha256 = "sha256-U2ReSrJwjAXUdRmwixC0DQXht/h/6rV8SOf5e2NozIs="; }; nativeBuildInputs = [ cmake ninja ]; Successfully finished processing cachix "/nix/store/9xw31wmp8fhsfwxamn5mfsd7s3cl67zz-rocksdb-7.10.2" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
7 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/facebook/rocksdb/releases. meta.description for rocksdb_lite is: A library that provides an embeddable, persistent key-value store for fast storage meta.homepage for rocksdb_lite is: https://rocksdb.org meta.changelog for rocksdb_lite is: https://github.com/facebook/rocksdb/raw/v7.10.2/HISTORY.md ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/facebook/rocksdb/releases/tag/v7.10.2) - [Compare changes on GitHub](https://github.com/facebook/rocksdb/compare/v7.9.2...v7.10.2) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 7.10.2 with grep in /nix/store/9xw31wmp8fhsfwxamn5mfsd7s3cl67zz-rocksdb-7.10.2 - found 7.10.2 in filename of file in /nix/store/9xw31wmp8fhsfwxamn5mfsd7s3cl67zz-rocksdb-7.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 fulcrum haskellPackages.haskoin-node haskellPackages.rocksdb-haskell haskellPackages.rocksdb-haskell-jprupp haskellPackages.rocksdb-query nimPackages.rocksdb nimPackages.spry polkadot rocksdb rocksdb_lite sortmerna surrealdb ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/9xw31wmp8fhsfwxamn5mfsd7s3cl67zz-rocksdb-7.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_lite https://github.com/r-ryantm/nixpkgs/archive/82666e62f8ea1e132bdd28c317ed2efb5b78a5ad.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/9xw31wmp8fhsfwxamn5mfsd7s3cl67zz-rocksdb-7.10.2 ls -la /nix/store/9xw31wmp8fhsfwxamn5mfsd7s3cl67zz-rocksdb-7.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. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
7 packages built:
--- ###### 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/219274