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

lint-staged: 15.2.0 -> 15.2.1
This commit is contained in:
Damien Cassou 2024-02-01 08:08:19 +00:00 committed by GitHub
commit 2d3cbf7b8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,16 +2,16 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "lint-staged"; pname = "lint-staged";
version = "15.2.0"; version = "15.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "okonet"; owner = "okonet";
repo = "lint-staged"; repo = "lint-staged";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Vziz8pV3pd1Rp6X6mHzyD22Z3q5LJJTXQ8kFuHpVgKc="; hash = "sha256-CYPDrzEu592gGeZkBYNGwGooRwQyKEj46hnxtBVQDT4=";
}; };
npmDepsHash = "sha256-BKgncl53MKFDASXo6I2Vn3v54iTL/h9gykJ3PWNUGQU="; npmDepsHash = "sha256-m7VIEuCVDPd+ZgI8DJa01f/q9uYCzRtVbdfcipBRTmY=";
dontNpmBuild = true; dontNpmBuild = true;