Unverified Commit ca350a3c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mods: 1.6.0 -> 1.7.0 (#390139)

parents c02513db 1c7dc145
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule rec {
  pname = "mods";
  version = "1.6.0";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "charmbracelet";
    repo = "mods";
    rev = "v${version}";
    hash = "sha256-1Qx3P1q7zmrzNqmiivri0BxdEsRYgS1cOp17S44jRPI=";
    hash = "sha256-wzLYkcgUWPzghJEhYRh7HH19Rqov1RJAxdgp3AGnOTY=";
  };

  vendorHash = "sha256-LarOXYkyhSCMXkD2G3/XYHnj5bDcL6nwWxlMAYy+9d8=";
  vendorHash = "sha256-L+4vkh7u6uMm5ICMk8ke5RVY1oYeKMYWVYYq9YqpKiw=";

  nativeBuildInputs = [
    installShellFiles
@@ -57,11 +57,11 @@ buildGoModule rec {
    installShellCompletion mods.{bash,fish,zsh}
  '';

  meta = with lib; {
  meta = {
    description = "AI on the command line";
    homepage = "https://github.com/charmbracelet/mods";
    license = licenses.mit;
    maintainers = with maintainers; [
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [
      dit7ya
      caarlos0
    ];