stylelint: 16.14.0 -> 16.14.1 (#378284)

This commit is contained in:
Sandro
2025-02-01 22:09:15 +01:00
committed by GitHub
+5 -9
View File
@@ -3,22 +3,18 @@
fetchFromGitHub,
lib,
}:
let
version = "16.14.0";
in
buildNpmPackage {
buildNpmPackage rec {
pname = "stylelint";
inherit version;
version = "16.14.1";
src = fetchFromGitHub {
owner = "stylelint";
repo = "stylelint";
rev = version;
hash = "sha256-AAlo8fGUH+jvUsB66cztLDyKA7j25ZWH0BIM7iiyp+c=";
tag = version;
hash = "sha256-VBr/16r/hpHRTMwndsklCo/9V8lb0NI/MSgOyEM7TYI=";
};
npmDepsHash = "sha256-FT6UctAsUP9KTSWENutibhyXjZHOT7t93z90XCAIuv4=";
npmDepsHash = "sha256-2D4uaZk3OAruFRucjSroMnGBWWnOxm+r7WndmPPbNv0=";
dontNpmBuild = true;