Unverified Commit cc75e357 authored by Thierry Delafontaine's avatar Thierry Delafontaine
Browse files

codex: 0.61.0 -> 0.63.0

parent 3cd2a574
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,18 +14,18 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "codex";
  version = "0.61.0";
  version = "0.63.0";

  src = fetchFromGitHub {
    owner = "openai";
    repo = "codex";
    tag = "rust-v${finalAttrs.version}";
    hash = "sha256-1DmnrRgwWNTkjG9DODUfLbz4ZYydhTapnv4yv9qOEmU=";
    hash = "sha256-CWISGlSpS0A2yuXNC11L+5iT5Z9heHqkcIGQDJoUWFE=";
  };

  sourceRoot = "${finalAttrs.src.name}/codex-rs";

  cargoHash = "sha256-9zZZG00TzovQBwhidWt2p84dkj8jU35+lSmNIPmDOZY=";
  cargoHash = "sha256-S6KCJ/b2fY8ydCoR+BfhEV4bbcgwQ6V0xHA9Mbl87jo=";

  nativeBuildInputs = [
    installShellFiles