stylelint: 16.6.0 -> 16.6.1

This commit is contained in:
R. Ryantm 2024-05-30 16:26:04 +00:00
parent 3852c7ab26
commit 53a12e7cb2

@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "stylelint";
version = "16.6.0";
version = "16.6.1";
src = fetchFromGitHub {
owner = "stylelint";
repo = "stylelint";
rev = version;
hash = "sha256-yNEXtuemNzpy7gIlVUWM5crP0LpLHmiVYznomC5eGYs=";
hash = "sha256-wt9EVE3AAnOVJsDHG+qIXSqZ1I2MSITHjGpEGLPWOBY=";
};
npmDepsHash = "sha256-e9helwaAiW3KtPHOWN7S0VxG87nKj6X4lTHTEdXoRZc=";
npmDepsHash = "sha256-+74oklREFCDEa8E0QDBlIzfW943AStJxfXkQDqRGFyo=";
dontNpmBuild = true;