eslint_d: 12.2.1 -> 13.0.0

This commit is contained in:
Damien Cassou 2023-11-11 21:48:45 +01:00
parent 6ab2d5357e
commit 17f598ce1c
No known key found for this signature in database
GPG Key ID: B68746238E59B548

View File

@ -2,16 +2,16 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "eslint_d"; pname = "eslint_d";
version = "12.2.1"; version = "13.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mantoni"; owner = "mantoni";
repo = "eslint_d.js"; repo = "eslint_d.js";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-rups2y07Y3GkvGt/T9lPG0NUoCxddp/P9PAYczZYNIw="; hash = "sha256-tlpuJ/p+U7DuzEmy5ulY3advKN+1ID9LDjUl8fDANVs=";
}; };
npmDepsHash = "sha256-enHppjkX1syANgFmfAX+LlISyN5ltADjojjrvukAI+I="; npmDepsHash = "sha256-MiuCupnzMUjwWh47SLnMRmtHBMbXdyjEZwgvaZz4JN0=";
dontNpmBuild = true; dontNpmBuild = true;