Unverified Commit 610eccad authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

eslint: 9.33.0 -> 9.34.0 (#438413)

parents 16e06362 6f587345
Loading
Loading
Loading
Loading
+12423 −6763

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
buildNpmPackage rec {
  pname = "eslint";
  version = "9.33.0";
  version = "9.34.0";

  src = fetchFromGitHub {
    owner = "eslint";
    repo = "eslint";
    tag = "v${version}";
    hash = "sha256-yMB1LuLKDiFi/ufIcYAsgVQGFoUIKVezxoEBUCC99/0=";
    hash = "sha256-C56uNYpXLO0LgURW+7iXWTWqmXQHc1nx1bKf7DFSHs4=";
  };

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

  npmDepsHash = "sha256-CCiAn0abYLIHBGQZKwqfnK5OA0S+SK4ick3QRCCa3gc=";
  npmDepsHash = "sha256-ZF7+IJakVkwswL0FV5wAc0dOK+gd9I6A7DaZbMiMaDU=";
  npmInstallFlags = [ "--omit=dev" ];

  dontNpmBuild = true;