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

rocksdb: 6.26.0 -> 6.26.1
This commit is contained in:
Mario Rodas 2021-12-08 01:58:53 -05:00 committed by GitHub
commit 778be5640a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "rocksdb";
version = "6.26.0";
version = "6.26.1";
src = fetchFromGitHub {
owner = "facebook";
repo = pname;
rev = "v${version}";
sha256 = "1nd8ixj249qiw089piw28aly0zmlla2k62gd6axd0bs2wfc4zma8";
sha256 = "sha256-Tx809Q/Mn5C9LbtmTlJN9eDGWPDpJSRhnyNxA4Kq1Fc=";
};
nativeBuildInputs = [ cmake ninja ];