eslint_d: 13.0.0 -> 13.1.2

This commit is contained in:
R. Ryantm 2024-03-15 00:26:47 +00:00
parent 5ed2a8b685
commit bf417365a8
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "eslint_d";
version = "13.0.0";
version = "13.1.2";
src = fetchFromGitHub {
owner = "mantoni";
repo = "eslint_d.js";
rev = "v${version}";
hash = "sha256-tlpuJ/p+U7DuzEmy5ulY3advKN+1ID9LDjUl8fDANVs=";
hash = "sha256-2G6I6Tx6LqgZ5EpVw4ux/JXv+Iky6Coenbh51JoFg7Q=";
};
npmDepsHash = "sha256-MiuCupnzMUjwWh47SLnMRmtHBMbXdyjEZwgvaZz4JN0=";
npmDepsHash = "sha256-L6abWbSnxY6gGMXBjxobEg8cpl0p3lMST9T42QGk4yM=";
dontNpmBuild = true;