From 7aaa8cd56007913f1876296c7ff46b7f96dc89e1 Mon Sep 17 00:00:00 2001 From: Thierry Delafontaine Date: Mon, 15 Sep 2025 19:49:35 +0200 Subject: [PATCH] codex: 0.34.0 -> 0.36.0 https://github.com/openai/codex/releases/tag/rust-v0.35.0 https://github.com/openai/codex/releases/tag/rust-v0.36.0 --- pkgs/by-name/co/codex/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/co/codex/package.nix b/pkgs/by-name/co/codex/package.nix index a0925562019f..8a4126003d4b 100644 --- a/pkgs/by-name/co/codex/package.nix +++ b/pkgs/by-name/co/codex/package.nix @@ -12,18 +12,18 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "codex"; - version = "0.34.0"; + version = "0.36.0"; src = fetchFromGitHub { owner = "openai"; repo = "codex"; tag = "rust-v${finalAttrs.version}"; - hash = "sha256-C1PXK/5vPFV5cz1dYWV+GaYl0grscb6qCR66BSih5/E="; + hash = "sha256-tqHJx35Y5gxdyjqWV+hCgdHokSINTyUP7pq7GEsnfTk="; }; sourceRoot = "${finalAttrs.src.name}/codex-rs"; - cargoHash = "sha256-OMGGgg6hYdZ40vcUxVsWyLentFBj62CYEH3NJ909kYM="; + cargoHash = "sha256-/2Qk9sq3id8rKVl2fvIZeI/WhfPhiMTvvnIW+bW9+BU="; nativeBuildInputs = [ installShellFiles