Unverified Commit 349ab129 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

eslint: 9.39.1 -> 9.39.2 (#470583)

parents 8f80186d 8649633d
Loading
Loading
Loading
Loading
+333 −263

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.39.1";
  version = "9.39.2";

  src = fetchFromGitHub {
    owner = "eslint";
    repo = "eslint";
    tag = "v${version}";
    hash = "sha256-++79Xcjbew56sglX9IMwLDNmbBeHzW1+yvt51ID9/4s=";
    hash = "sha256-VIJLEMIg9WUbrSAAHCZ6AJRrao0ssSbR+fyFQE+56vY=";
  };

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

  npmDepsHash = "sha256-ImYxBeVgfkTxU2tvSCWgWgpECsIkGiXWrx+RZKwwYxY=";
  npmDepsHash = "sha256-5QC0XLxcwawRcrc3r3EfFdo3hTZDTHz9BF68WJLk7SE=";
  npmInstallFlags = [ "--omit=dev" ];

  dontNpmBuild = true;