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