eslint_d: 14.1.1 -> 14.2.2

This commit is contained in:
Damien Cassou 2024-10-19 21:56:32 +02:00
parent 0ef44b6c42
commit 87774518c8
No known key found for this signature in database
GPG Key ID: B68746238E59B548

View File

@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "eslint_d";
version = "14.1.1";
version = "14.2.2";
src = fetchFromGitHub {
owner = "mantoni";
repo = "eslint_d.js";
rev = "v${version}";
hash = "sha256-r+AQFFzB3PhvER6oVHpqQiFuaHuT+2O8gL2zu8aCTbs=";
hash = "sha256-7VsbGudZlfrjU+x3a9OWxu9qDCiDUq8xez85qNj08xY=";
};
npmDepsHash = "sha256-XOFRzGPrisXE8GyqVO5xms+o9OwA9w0y+uJkcdyX+z0=";
npmDepsHash = "sha256-u8kmHQ7UfCR446d+HbkGlK76Aki+KrOtBO6/a/VXoTg=";
dontNpmBuild = true;