Merge pull request #315945 from r-ryantm/auto-update/stylelint

stylelint: 16.6.0 -> 16.6.1
This commit is contained in:
Nick Cao 2024-05-31 13:26:29 -04:00 committed by GitHub
commit aed20e9a2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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