eslint_d: 14.0.3 -> 14.1.1 (#348097)

This commit is contained in:
Damien Cassou
2024-10-13 22:06:45 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
@@ -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";
-2
View File
@@ -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 { };