stylelint: 16.21.0 -> 16.21.1 (#422085)

Co-authored-by: momeemt <me@momee.mt>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-04 08:28:51 +00:00
committed by GitHub
co-authored by momeemt
+3 -3
View File
@@ -5,16 +5,16 @@
}:
buildNpmPackage rec {
pname = "stylelint";
version = "16.21.0";
version = "16.21.1";
src = fetchFromGitHub {
owner = "stylelint";
repo = "stylelint";
tag = version;
hash = "sha256-qlD4voKQN/O9PDkXSJZZCGkoD+L0d9f78gGHKfkDkhQ=";
hash = "sha256-obRxkExrLFLt02L1w9FBHrHgN8n+lRsPuSUra66j8hE=";
};
npmDepsHash = "sha256-mvbYuaBuoF2ri14svCeT7BJX7qHnKZz+cpMlAwabRDI=";
npmDepsHash = "sha256-t83R9OQnSY7OVEU+TQWQMotsey/XtXIo7NLG9vyiUng=";
dontNpmBuild = true;