bump rocksdb to 9.1.1

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-24 15:09:52 -04:00 committed by June
parent af0b81f5fb
commit 3c45a468f1
2 changed files with 12 additions and 12 deletions

View file

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