Upgrade rust-rocksdb

This commit is contained in:
Jonas Platte 2025-08-08 23:00:59 +02:00
parent b94cc429b7
commit d283da51c6
No known key found for this signature in database
GPG key ID: 7D261D771D915378
4 changed files with 34 additions and 57 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.10.0"; flake = false; };
rocksdb = { url = "github:facebook/rocksdb?ref=v10.4.2"; flake = false; };
};
outputs = inputs: