mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
upgrade to latest rust-rocksdb
We gotta overrideAttrs to set the src and version to a newer version than nixpkgs has now.
This commit is contained in:
parent
d565b22da9
commit
2dbb101140
5 changed files with 34 additions and 7 deletions
|
|
@ -8,6 +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; };
|
||||
|
||||
rust-manifest = {
|
||||
# Keep version in sync with rust-toolchain.toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue