codex: 0.2.0 -> 0.4.0 (#423436)

authored by Pol Dellaiera and committed by GitHub 20fd9f95 eae7114e

+3 -3
+3 -3
pkgs/by-name/co/codex/package.nix
··· 9 9 }: 10 10 rustPlatform.buildRustPackage (finalAttrs: { 11 11 pname = "codex"; 12 - version = "0.2.0"; 12 + version = "0.4.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "openai"; 16 16 repo = "codex"; 17 17 tag = "rust-v${finalAttrs.version}"; 18 - hash = "sha256-lpZsECLWmoGJYafL3FlmR6WwOcynGgqWq6IUB+/y6lY="; 18 + hash = "sha256-rRe0JFEO5ixxrZYDL8kxXDOH0n7lqabkXNNaSlNnQDg="; 19 19 }; 20 20 21 21 sourceRoot = "${finalAttrs.src.name}/codex-rs"; 22 22 23 23 useFetchCargoVendor = true; 24 - cargoHash = "sha256-DIDAk5ibwEQ9mwOUS2JNFEA2npVK9TBph/TuwiJgfL4="; 24 + cargoHash = "sha256-QIZ3V4NUo1VxJN3cwdQf3S0zwePnwdKKfch0jlIJacU="; 25 25 26 26 nativeBuildInputs = [ 27 27 pkg-config