stylelint: 16.4.0 -> 16.5.0

This commit is contained in:
R. Ryantm
2024-05-02 15:18:13 +00:00
parent 3be507be1e
commit 6e709483a2
@@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "stylelint";
version = "16.4.0";
version = "16.5.0";
src = fetchFromGitHub {
owner = "stylelint";
repo = "stylelint";
rev = version;
hash = "sha256-N689OjxUo3KPN3mfNQ1cKYoe8DXcVTNkUO4NuZPGuXI=";
hash = "sha256-kbcf0OPAIeEdh5YI2qqaLJww+ZejfXt/llJTK10nE0M=";
};
npmDepsHash = "sha256-V+hiUMenskHV+ccYysBDD5WoQH9vem+uEfQ5SWEdVFU=";
npmDepsHash = "sha256-tENUngFWjrmsJErvbmFflwGL0uxou0vQjC/MwfCpm+Y=";
dontNpmBuild = true;