update rocksdb

This is done separately since it requires more involved changes than
just cargo's files.
This commit is contained in:
Charles Hall 2025-03-15 14:42:48 -07:00
parent 8da6c5d4b3
commit 8b7cbb5f25
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
4 changed files with 10 additions and 10 deletions

View file

@ -8,7 +8,7 @@
flake-utils.url = "github:numtide/flake-utils?ref=main";
nix-filter.url = "github:numtide/nix-filter?ref=main";
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
rocksdb = { url = "github:facebook/rocksdb?ref=v9.7.4"; flake = false; };
rocksdb = { url = "github:facebook/rocksdb?ref=v9.10.0"; flake = false; };
};
outputs = inputs: