Unverified Commit be9d58e7 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #314159 from r-ryantm/auto-update/rocksdb

rocksdb: 9.1.1 -> 9.2.1
parents c6c7ab03 24576e85
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rocksdb";
  version = "9.1.1";
  version = "9.2.1";

  src = fetchFromGitHub {
    owner = "facebook";
    repo = finalAttrs.pname;
    rev = "v${finalAttrs.version}";
    hash = "sha256-/Xf0bzNJPclH9IP80QNaABfhj4IAR5LycYET18VFCXc=";
    hash = "sha256-Zifn5Gu/4h6TaEqSaWQ2mFdryeAarqbHWW3fKUGGFac=";
  };

  nativeBuildInputs = [ cmake ninja ];