Unverified Commit 02c88776 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #335754 from r-ryantm/auto-update/lint-staged

lint-staged: 15.2.8 -> 15.2.9
parents 6fa98bbb 7ba5c23a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildNpmPackage rec {
  pname = "lint-staged";
  version = "15.2.8";
  version = "15.2.9";

  src = fetchFromGitHub {
    owner = "okonet";
    repo = "lint-staged";
    rev = "v${version}";
    hash = "sha256-N1mPtF23YP1yeVNUPIxCAFK3ozOCMKV3ZTt+axIWFmQ=";
    hash = "sha256-qEqjB6GBzKx4zRqumMPSRxFnWQ4j+sBKWTspaeorL6Q=";
  };

  npmDepsHash = "sha256-ivlbaTCvVbs7k4zpP7fFbMdWuO5rOcT/5451PQh2CKs=";
  npmDepsHash = "sha256-VQ8UDdPIrhiLvDfpAWLMvCtBIhW/LtRj/CC1j2yEm5o=";

  dontNpmBuild = true;