Skip to content
Snippets Groups Projects
Commit fdb0ccc9 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

bump rocksdb in nix flake

parent 10e18019
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
rocksdb' = pkgs: rocksdb' = pkgs:
let let
version = "8.11.3"; version = "9.0.0";
in in
pkgs.rocksdb.overrideAttrs (old: { pkgs.rocksdb.overrideAttrs (old: {
inherit version; inherit version;
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
owner = "facebook"; owner = "facebook";
repo = "rocksdb"; repo = "rocksdb";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-OpEiMwGxZuxb9o3RQuSrwZMQGLhe9xLT1aa3HpI4KPs="; hash = "sha256-L94P8pBhTzjUO41bSoLYJBVVYMEkxhAmVnoUQnZ85mc=";
}; };
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment