Skip to content

Commit 2997153

Browse files
authored
eslint_d: 14.0.3 -> 14.1.1 (#348097)
2 parents fa245e8 + 6b6ffbd commit 2997153

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkgs/development/tools/eslint_d/default.nix renamed to pkgs/by-name/es/eslint_d/package.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1-
{ lib, buildNpmPackage, fetchFromGitHub }:
1+
{ lib, buildNpmPackage, fetchFromGitHub, eslint_d, testers }:
22

33
buildNpmPackage rec {
44
pname = "eslint_d";
5-
version = "14.0.3";
5+
version = "14.1.1";
66

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

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

1616
dontNpmBuild = true;
1717

18+
passthru.tests.version = testers.testVersion { package = eslint_d; version = src.rev; };
19+
1820
meta = with lib; {
1921
description = "Makes eslint the fastest linter on the planet";
2022
homepage = "https://github.com/mantoni/eslint_d.js";

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,6 @@ with pkgs;
745745

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

748-
eslint_d = callPackage ../development/tools/eslint_d { };
749-
750748
oauth2c = callPackage ../tools/security/oauth2c { };
751749

752750
octodns = python3Packages.callPackage ../tools/networking/octodns { };

0 commit comments

Comments
 (0)