Skip to content

Commit

Permalink
antares: modernize; remove electron override (#350627)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Oct 27, 2024
2 parents 2a21932 + eef5536 commit b7034ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 5 additions & 4 deletions pkgs/by-name/an/antares/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildNpmPackage rec {
src = fetchFromGitHub {
owner = "antares-sql";
repo = "antares";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-3zgr3Eefx3WDUW9/1NOaneUbFy3GTnJ3tGgivtW1K/g=";
};

Expand Down Expand Up @@ -71,10 +71,11 @@ buildNpmPackage rec {
})
];

meta = with lib; {
meta = {
description = "Modern, fast and productivity driven SQL client with a focus in UX";
homepage = "https://github.com/antares-sql/antares";
license = licenses.mit;
maintainers = with maintainers; [ eymeric ];
changelog = "https://github.com/antares-sql/antares/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ eymeric ];
};
}
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16837,10 +16837,6 @@ with pkgs;

ansible-lint = callPackage ../tools/admin/ansible/lint.nix { };

antares = callPackage ../by-name/an/antares/package.nix {
electron = electron_30;
};

antlr2 = callPackage ../development/tools/parsing/antlr/2.7.7.nix { };
antlr3_4 = callPackage ../development/tools/parsing/antlr/3.4.nix { };
antlr3_5 = callPackage ../development/tools/parsing/antlr/3.5.nix { };
Expand Down

0 comments on commit b7034ba

Please sign in to comment.