codex: 0.41.0 -> 0.42.0

https://github.com/openai/codex/releases/tag/rust-v0.42.0
This commit is contained in:
Thierry Delafontaine
2025-09-27 10:03:49 +02:00
parent 3b3685d86f
commit 2902901dc7
+3 -3
View File
@@ -14,18 +14,18 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "codex";
version = "0.41.0";
version = "0.42.0";
src = fetchFromGitHub {
owner = "openai";
repo = "codex";
tag = "rust-v${finalAttrs.version}";
hash = "sha256-Dz+RE3Ejr7BcJBJq5+UMP2Pb6v8A2intn3LzozoWovE=";
hash = "sha256-YyI4quZ1vcwzDx38EzqycnUQDBOg9SfEemR4zdKYYIw=";
};
sourceRoot = "${finalAttrs.src.name}/codex-rs";
cargoHash = "sha256-0sCmo3/3kY+nCufATBySAif5Z/T89Le0UedVgCrZiW8=";
cargoHash = "sha256-No6/WmaCI+w1cVD+PsLJ1jK0zZDYziGlm9DD9E3hA58=";
nativeBuildInputs = [
installShellFiles