stylelint: 17.0.0 -> 17.11.0 (#517336)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-08 16:58:48 +00:00
committed by GitHub
+6 -3
View File
@@ -2,22 +2,25 @@
buildNpmPackage,
fetchFromGitHub,
lib,
nix-update-script,
}:
buildNpmPackage rec {
pname = "stylelint";
version = "17.0.0";
version = "17.11.0";
src = fetchFromGitHub {
owner = "stylelint";
repo = "stylelint";
tag = version;
hash = "sha256-LQqKAKVdFJkIZQDwv2X6dxGDFPZ3xdTQIx+8kAlijDU=";
hash = "sha256-mJGZ7zZ9Fi1VEVHWKu9CmKJsCLdmiHe3mqoGM0OGTRw=";
};
npmDepsHash = "sha256-FdFM1Mo/P7jw+0nY8kR4ThTLJDxG8fp/tZiYSFzRSac=";
npmDepsHash = "sha256-RgXZgNEfx76XLrB4E8r/+a0Pi+82PVb/TOeUa0gFhTY=";
dontNpmBuild = true;
passthru.updateScript = nix-update-script { };
meta = {
description = "Mighty CSS linter that helps you avoid errors and enforce conventions";
mainProgram = "stylelint";