Skip to content

Commit 4af7baf

Browse files
committed
codex: 0.1.2504251709 -> 0.1.2504301751
1 parent 32f286d commit 4af7baf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/co/codex/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "codex";
14-
version = "0.1.2504251709"; # from codex-cli/package.json
14+
version = "0.1.2504301751"; # from codex-cli/package.json
1515

1616
src = fetchFromGitHub {
1717
owner = "openai";
1818
repo = "codex";
19-
rev = "103093f79324482020490cb658cc1a696aece3bc";
20-
hash = "sha256-GmMQi67HRanGKhiTKX8wgnpUbA1UwkPVe3siU4qC02Y=";
19+
rev = "463a230991393c7b39f2543a9766e6133ef65393";
20+
hash = "sha256-CSd5e6BsGEigENjPu6R6s+QhZRLQ2CTmI5XBI9mPkmA=";
2121
};
2222

2323
pnpmWorkspaces = [ "@openai/codex" ];

0 commit comments

Comments
 (0)