lol

codex: 0.39.0 -> 0.40.0 (#445611)

authored by

André Silva and committed by
GitHub
035535ba be6b2f08

+3 -3
+3 -3
pkgs/by-name/co/codex/package.nix
··· 12 12 }: 13 13 rustPlatform.buildRustPackage (finalAttrs: { 14 14 pname = "codex"; 15 - version = "0.39.0"; 15 + version = "0.40.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "openai"; 19 19 repo = "codex"; 20 20 tag = "rust-v${finalAttrs.version}"; 21 - hash = "sha256-VxfUhPyJRYu6xvrDJRa3BqS/G7gf+J9d+2FbW1Ps4kw="; 21 + hash = "sha256-IBYx362R2ueYNg7/vcjGa2kKAfGlPm6JcZ/A4XKtMT4="; 22 22 }; 23 23 24 24 sourceRoot = "${finalAttrs.src.name}/codex-rs"; 25 25 26 - cargoHash = "sha256-62JkVo2Dlrtgr66qn6a3vuIUsJpVZDQ8uqIJnXeeU90="; 26 + cargoHash = "sha256-fWrZXXQfrm0L3epquDZUj0SuLRn3WiHX3nQA3d+xnUg="; 27 27 28 28 nativeBuildInputs = [ 29 29 installShellFiles