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

bump rocksdb in nix flake

parent b4943fcd
No related branches found
No related tags found
1 merge request!2262024 03 19
......@@ -39,7 +39,7 @@
rocksdb' = pkgs:
let
version = "8.11.3";
version = "9.0.0";
in
pkgs.rocksdb.overrideAttrs (old: {
inherit version;
......@@ -47,7 +47,7 @@
owner = "facebook";
repo = "rocksdb";
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