update rocksdb

Flake lock file updates:

• Updated input 'rocksdb':
    'github:facebook/rocksdb/bcf88d48ce8aa8b536aee4dd305533b3b83cf435' (2024-04-16)
  → 'github:facebook/rocksdb/6f7cabeac80a3a6150be2c8a8369fcecb107bf43' (2024-04-22)
This commit is contained in:
Charles Hall 2024-05-16 20:56:36 -07:00
parent 146465693e
commit e7b8f78867
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.1.0"; flake = false; };
rocksdb = { url = "github:facebook/rocksdb?ref=v9.1.1"; flake = false; };
};
outputs = inputs: