From 462ef63945481141f39022ca807a871b753f4fcb Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 30 Mar 2026 22:30:56 -0400 Subject: [PATCH] fix: bump rocksdb --- nix/packages/rocksdb.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/packages/rocksdb.nix b/nix/packages/rocksdb.nix index 9ca20ae4b..c5a61aed9 100644 --- a/nix/packages/rocksdb.nix +++ b/nix/packages/rocksdb.nix @@ -19,13 +19,13 @@ # which breaks Darwin entirely }).overrideAttrs (rec { - version = "10.5.fb"; + version = "10.10.fb"; src = fetchFromGitea { domain = "forgejo.ellis.link"; owner = "continuwuation"; repo = "rocksdb"; rev = version; - sha256 = "sha256-X4ApGLkHF9ceBtBg77dimEpu720I79ffLoyPa8JMHaU="; + sha256 = "sha256-1ef75IDMs5Hba4VWEyXPJb02JyShy5k4gJfzGDhopRk="; }; # We have this already at https://forgejo.ellis.link/continuwuation/rocksdb/commit/a935c0273e1ba44eacf88ce3685a9b9831486155