eslint: 10.4.0 -> 10.4.1

This commit is contained in:
R. Ryantm
2026-06-02 20:43:56 +00:00
parent 4cf1883cad
commit 5455ed23c9
2 changed files with 325 additions and 312 deletions
+322 -309
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -6,13 +6,13 @@
}:
buildNpmPackage (finalAttrs: {
pname = "eslint";
version = "10.4.0";
version = "10.4.1";
src = fetchFromGitHub {
owner = "eslint";
repo = "eslint";
tag = "v${finalAttrs.version}";
hash = "sha256-8CG4oeqZPhVoG/Q8jTA5GBSzOwrQoBSNIYHnGcqbjsc=";
hash = "sha256-/gNNO8r2QmvfVS28aF3hsWqCz157pInDVlPxy+xq0hA=";
};
# NOTE: Generating lock-file
@@ -24,7 +24,7 @@ buildNpmPackage (finalAttrs: {
cp ${./package-lock.json} package-lock.json
'';
npmDepsHash = "sha256-UGx3wR+PUxUvabGLxf5Phg+RzETZnbcO0IXLr+jHzUI=";
npmDepsHash = "sha256-OJ/xO2zJk0N4SmKYXCjiqcBc8B+wJKTKDE52ag6ODeo=";
npmInstallFlags = [ "--omit=dev" ];
dontNpmBuild = true;