We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d9d9f commit 7ac7bd1Copy full SHA for 7ac7bd1
pkgs/development/tools/eslint_d/default.nix
@@ -2,16 +2,16 @@
2
3
buildNpmPackage rec {
4
pname = "eslint_d";
5
- version = "14.0.3";
+ version = "14.1.1";
6
7
src = fetchFromGitHub {
8
owner = "mantoni";
9
repo = "eslint_d.js";
10
rev = "v${version}";
11
- hash = "sha256-r0pb9qbWfyVUHuHrNhiYm+0zlF5WId3dH7QCubzZDts=";
+ hash = "sha256-r+AQFFzB3PhvER6oVHpqQiFuaHuT+2O8gL2zu8aCTbs=";
12
};
13
14
- npmDepsHash = "sha256-0Db18y7MUnnnr8v+bBOUhGBCsZcZ9OGtGqSVH7/wYQc=";
+ npmDepsHash = "sha256-XOFRzGPrisXE8GyqVO5xms+o9OwA9w0y+uJkcdyX+z0=";
15
16
dontNpmBuild = true;
17
0 commit comments