Merge pull request #109633 from cpcloud/update-rocksdb

rocksdb: 6.14.6 -> 6.15.4
This commit is contained in:
Bernardo Meurer 2021-01-26 18:24:50 +00:00 committed by GitHub
commit fbaf922705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
platforms = platforms.x86_64;
homepage = "https://bioinfo.lifl.fr/RNA/sortmerna/";
maintainers = with maintainers; [ luispedro ];
broken = stdenv.isDarwin;
};
}

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "rocksdb";
version = "6.14.6";
version = "6.15.4";
src = fetchFromGitHub {
owner = "facebook";
repo = pname;
rev = "v${version}";
sha256 = "0cp0jgzwkwamykgnmsg0zvzakq58f1ihs7lslnn4nh4p9gm75rq5";
sha256 = "06lddr6md4ypmywvi6qrrkw97c8ddz0flj43hzx32ia3iq2mw4w5";
};
nativeBuildInputs = [ cmake ninja ];