Skip to content

Commit

Permalink
eslint_d: 14.0.3 -> 14.1.1 (#348097)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou authored Oct 13, 2024
2 parents fa245e8 + 6b6ffbd commit 2997153
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{ lib, buildNpmPackage, fetchFromGitHub }:
{ lib, buildNpmPackage, fetchFromGitHub, eslint_d, testers }:

buildNpmPackage rec {
pname = "eslint_d";
version = "14.0.3";
version = "14.1.1";

src = fetchFromGitHub {
owner = "mantoni";
repo = "eslint_d.js";
rev = "v${version}";
hash = "sha256-r0pb9qbWfyVUHuHrNhiYm+0zlF5WId3dH7QCubzZDts=";
hash = "sha256-r+AQFFzB3PhvER6oVHpqQiFuaHuT+2O8gL2zu8aCTbs=";
};

npmDepsHash = "sha256-0Db18y7MUnnnr8v+bBOUhGBCsZcZ9OGtGqSVH7/wYQc=";
npmDepsHash = "sha256-XOFRzGPrisXE8GyqVO5xms+o9OwA9w0y+uJkcdyX+z0=";

dontNpmBuild = true;

passthru.tests.version = testers.testVersion { package = eslint_d; version = src.rev; };

meta = with lib; {
description = "Makes eslint the fastest linter on the planet";
homepage = "https://github.com/mantoni/eslint_d.js";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -745,8 +745,6 @@ with pkgs;

erosmb = callPackage ../tools/security/erosmb { };

eslint_d = callPackage ../development/tools/eslint_d { };

oauth2c = callPackage ../tools/security/oauth2c { };

octodns = python3Packages.callPackage ../tools/networking/octodns { };
Expand Down

0 comments on commit 2997153

Please sign in to comment.