bump rocksdb to v9.7.4, and ruwuma

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-11-15 12:25:47 -05:00
parent b4d809c681
commit c1f553cf4f
No known key found for this signature in database
5 changed files with 34 additions and 35 deletions

View file

@ -9,7 +9,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=nixpkgs-unstable";
rocksdb = { url = "github:girlbossceo/rocksdb?ref=v9.7.3"; flake = false; };
rocksdb = { url = "github:girlbossceo/rocksdb?ref=v9.7.4"; flake = false; };
liburing = { url = "github:axboe/liburing?ref=master"; flake = false; };
};