Unverified Commit 29971534 authored by Damien Cassou's avatar Damien Cassou Committed by GitHub
Browse files

eslint_d: 14.0.3 -> 14.1.1 (#348097)

parents fa245e8c 6b6ffbd8
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
{ 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";
+0 −2
Original line number Diff line number Diff line
@@ -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 { };