lint-staged: 16.0.0 -> 16.1.0

This commit is contained in:
R. Ryantm 2025-05-28 02:00:57 +00:00
parent 3f62a1ca1a
commit 5de973ef09

View file

@ -8,16 +8,16 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "lint-staged"; pname = "lint-staged";
version = "16.0.0"; version = "16.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "okonet"; owner = "okonet";
repo = "lint-staged"; repo = "lint-staged";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-vMk8KrWkrMETEGUev0C5ZaMFZH95/VaASr9v5nI2JGo="; hash = "sha256-dR0z/60CHDqCl9pEc9KQww1S5aSZ4XGsfNqxBSZe0Ig=";
}; };
npmDepsHash = "sha256-lj1+a/+X/0Qj41S+C50Z5cQfu/5KUgXgls+tYbN16OU="; npmDepsHash = "sha256-MznWvv61Z+8t+Nicj6yWlQqUHVx7AAtkDXu2L2E5dw8=";
dontNpmBuild = true; dontNpmBuild = true;