We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f286d commit 4af7bafCopy full SHA for 4af7baf
pkgs/by-name/co/codex/package.nix
@@ -11,13 +11,13 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "codex";
14
- version = "0.1.2504251709"; # from codex-cli/package.json
+ version = "0.1.2504301751"; # from codex-cli/package.json
15
16
src = fetchFromGitHub {
17
owner = "openai";
18
repo = "codex";
19
- rev = "103093f79324482020490cb658cc1a696aece3bc";
20
- hash = "sha256-GmMQi67HRanGKhiTKX8wgnpUbA1UwkPVe3siU4qC02Y=";
+ rev = "463a230991393c7b39f2543a9766e6133ef65393";
+ hash = "sha256-CSd5e6BsGEigENjPu6R6s+QhZRLQ2CTmI5XBI9mPkmA=";
21
};
22
23
pnpmWorkspaces = [ "@openai/codex" ];
0 commit comments