From 14602e730e2cf1f4b2e8b23a712c3a4eec5971ee Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 19 May 2026 19:42:59 +0000 Subject: [PATCH] chore(Nix): Updated flake hashes --- nix/packages/rocksdb.nix | 6 +++--- nix/rust.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/packages/rocksdb.nix b/nix/packages/rocksdb.nix index 4f5c9224b..cd1041017 100644 --- a/nix/packages/rocksdb.nix +++ b/nix/packages/rocksdb.nix @@ -16,13 +16,13 @@ enableJemalloc = stdenv.hostPlatform.isLinux; }).overrideAttrs ({ - version = "continuwuity-v0.5.0-unstable-2026-03-27"; + version = "continuwuity-v0.5.0-unstable-2026-05-19"; src = fetchFromGitea { domain = "forgejo.ellis.link"; owner = "continuwuation"; repo = "rocksdb"; - rev = "463f47afceebfe088f6922420265546bd237f249"; - hash = "sha256-1ef75IDMs5Hba4VWEyXPJb02JyShy5k4gJfzGDhopRk="; + rev = "3756b2b905e13216d8b56bcc783d814e7b073aff"; + hash = "sha256-rSv4fr2bf9JJwdodgeuPCuceeh7k97KVxrAOC0wyPQY="; }; # We have this already at https://forgejo.ellis.link/continuwuation/rocksdb/commit/a935c0273e1ba44eacf88ce3685a9b9831486155 diff --git a/nix/rust.nix b/nix/rust.nix index 304d0c637..9bce1dd07 100644 --- a/nix/rust.nix +++ b/nix/rust.nix @@ -16,7 +16,7 @@ file = inputs.self + "/rust-toolchain.toml"; # See also `rust-toolchain.toml` - sha256 = "sha256-sqSWJDUxc+zaz1nBWMAJKTAGBuGWP25GCftIOlCEAtA="; + sha256 = "sha256-gh/xTkxKHL4eiRXzWv8KP7vfjSk61Iq48x47BEDFgfk="; }; in {