Skip to content

Commit

Permalink
lint-staged: 15.4.0 -> 15.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 29, 2025
1 parent 4a3faa5 commit d94ff00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/li/lint-staged/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildNpmPackage rec {
pname = "lint-staged";
version = "15.4.0";
version = "15.4.3";

src = fetchFromGitHub {
owner = "okonet";
repo = "lint-staged";
rev = "v${version}";
hash = "sha256-upCbaGoP/O2j3PrZzxMneRBNvz/24sUpUOZK8C7R/Bc=";
hash = "sha256-TBh0qqe2sHSisBMU86TlGhSVrBFY9rgYs5uGSmSTT4g=";
};

npmDepsHash = "sha256-V/AUZV7Ru0TrD0PIm82ppWlqKwzbeiFm+CZO/PtSI+s=";
npmDepsHash = "sha256-p0+Feii4riQ4TtNAQtPZ1bH/yA8q1tjm15IKNi1Ksvk=";

dontNpmBuild = true;

Expand Down

0 comments on commit d94ff00

Please sign in to comment.