From 8c4c6a19e09f295592a77558bdf6b150707bac16 Mon Sep 17 00:00:00 2001 From: Tyler Anton Date: Thu, 11 Dec 2025 10:43:50 -0800 Subject: [PATCH] fix: drop stale filedescriptor output hash for nix (#7865) Fixes: #7863 - Remove the `filedescriptor-0.8.3` entry from `codex-rs/default.nix` output hashes because the crate now comes from crates.io. --- codex-rs/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/default.nix b/codex-rs/default.nix index 819ca7aad..26971f184 100644 --- a/codex-rs/default.nix +++ b/codex-rs/default.nix @@ -22,7 +22,6 @@ rustPlatform.buildRustPackage (_: { cargoLock.outputHashes = { "ratatui-0.29.0" = "sha256-HBvT5c8GsiCxMffNjJGLmHnvG77A6cqEL+1ARurBXho="; "crossterm-0.28.1" = "sha256-6qCtfSMuXACKFb9ATID39XyFDIEMFDmbx6SSmNe+728="; - "filedescriptor-0.8.3" = "sha256-aIbzfHYjPDzWSZrgbauezGzg6lm3frhyBbU01gTQpaE="; }; meta = with lib; {