Unverified Commit 54a5b84c authored by Michael Daniels's avatar Michael Daniels
Browse files
parent 75d49585
Loading
Loading
Loading
Loading
+9265 −15028

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
buildNpmPackage rec {
  pname = "eslint";
  version = "9.20.0";
  version = "9.30.1";

  src = fetchFromGitHub {
    owner = "eslint";
    repo = "eslint";
    tag = "v${version}";
    hash = "sha256-ahERh5Io2J/Uz9fgY875ldPtzjiasqxZ0ppINwYNoB4=";
    hash = "sha256-IMML65KsmFLdTniciHWiw5ao0hSwILbHvz/Zx72+Mi8=";
  };

  # NOTE: Generating lock-file
@@ -24,7 +24,7 @@ buildNpmPackage rec {
    cp ${./package-lock.json} package-lock.json
  '';

  npmDepsHash = "sha256-F3EUANBvniczR7QxNfo1LlksYPxXt16uqJDFzN6u64Y=";
  npmDepsHash = "sha256-EurssIJmb6g7CmsYkUqtEdyDfvCs4Sc3VO6/4jTeP5Y=";
  npmInstallFlags = [ "--omit=dev" ];

  dontNpmBuild = true;