Unverified Commit 2c9a7aa0 authored by Yt's avatar Yt Committed by GitHub
Browse files

aider-chat: 0.80.0 -> 0.81.0, enable update script (#395978)

parents 569c914f 915d7021
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@
  torch,
  nltk,
  boto3,
  nix-update-script,
}:

let
@@ -123,7 +124,7 @@ let
    ];
  };

  version = "0.80.0";
  version = "0.81.0";
  aider-chat = buildPythonPackage {
    pname = "aider-chat";
    inherit version;
@@ -136,7 +137,7 @@ let
      owner = "Aider-AI";
      repo = "aider";
      tag = "v${version}";
      hash = "sha256-W3GO5+0rprQHmn1upL3pcXuv2e9Wir6TW0tUnvZj48E=";
      hash = "sha256-xWOXsffLAVBZvJM8PuAJ12IrmNLfXuqHrbIMtPM1leE=";
    };

    pythonRelaxDeps = true;
@@ -365,6 +366,8 @@ let
            makeWrapperArgs = makeWrapperArgs ++ playwrightArgs ++ helpArgs;
          }
        );

      updateScript = nix-update-script { };
    };

    meta = {