This commit is contained in:
2026-05-03 02:45:06 -05:00
parent c20909d919
commit 5b6dcf51eb
+2 -2
View File
@@ -9,8 +9,8 @@
name = "codex";
version = "0.128.0";
src = pkgs.fetchurl {
url = "https://github.com/openai/codex/releases/download/rust-v0.128.0/codex-x86_64-unknown-linux-musl.tar.gz"
hash = "sha256-iGuF5hGMC0MjRDfKAH++kjYRpTsQPQDg0650rvsg4jo="
url = "https://github.com/openai/codex/releases/download/rust-v0.128.0/codex-x86_64-unknown-linux-musl.tar.gz";
hash = "sha256-iGuF5hGMC0MjRDfKAH++kjYRpTsQPQDg0650rvsg4jo=";
};
installPhase = ''
mkdir -p $out/bin