codex: 0.41.0 -> 0.42.0

https://github.com/openai/codex/releases/tag/rust-v0.42.0

+3 -3
+3 -3
pkgs/by-name/co/codex/package.nix
··· 14 14 }: 15 15 rustPlatform.buildRustPackage (finalAttrs: { 16 16 pname = "codex"; 17 - version = "0.41.0"; 17 + version = "0.42.0"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "openai"; 21 21 repo = "codex"; 22 22 tag = "rust-v${finalAttrs.version}"; 23 - hash = "sha256-Dz+RE3Ejr7BcJBJq5+UMP2Pb6v8A2intn3LzozoWovE="; 23 + hash = "sha256-YyI4quZ1vcwzDx38EzqycnUQDBOg9SfEemR4zdKYYIw="; 24 24 }; 25 25 26 26 sourceRoot = "${finalAttrs.src.name}/codex-rs"; 27 27 28 - cargoHash = "sha256-0sCmo3/3kY+nCufATBySAif5Z/T89Le0UedVgCrZiW8="; 28 + cargoHash = "sha256-No6/WmaCI+w1cVD+PsLJ1jK0zZDYziGlm9DD9E3hA58="; 29 29 30 30 nativeBuildInputs = [ 31 31 installShellFiles