codex: 0.86.0 -> 0.87.0

This commit is contained in:
Thierry Delafontaine
2026-01-17 10:22:38 +01:00
parent d157866bc6
commit ed39fbea17
+2 -2
View File
@@ -14,13 +14,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "codex";
version = "0.86.0";
version = "0.87.0";
src = fetchFromGitHub {
owner = "openai";
repo = "codex";
tag = "rust-v${finalAttrs.version}";
hash = "sha256-sypqDp67nMnxSmdUs2W8TCmfe2Ye9jO3vXLOpNeqjlI=";
hash = "sha256-XdfB0izL2w5IYLr8RUiP9Dytg6cOONNk9EtVnvzv83k=";
};
sourceRoot = "${finalAttrs.src.name}/codex-rs";