stylelint: 16.15.0 -> 16.16.0 (#389897)

Co-authored-by: momeemt <me@momee.mt>

authored by nixpkgs-merge-bot[bot] momeemt and committed by GitHub 4caf81d0 b3696b3b

+3 -3
+3 -3
pkgs/by-name/st/stylelint/package.nix
··· 5 }: 6 buildNpmPackage rec { 7 pname = "stylelint"; 8 - version = "16.15.0"; 9 10 src = fetchFromGitHub { 11 owner = "stylelint"; 12 repo = "stylelint"; 13 tag = version; 14 - hash = "sha256-9PaRsBvs8TDpL2I5nPr+vWGzx4TJEWvKIoMuTq9qI5k="; 15 }; 16 17 - npmDepsHash = "sha256-gVaXq83XeYnEA6s37Y0Bwo5Y14bPr/Q7mYMNQFFcw38="; 18 19 dontNpmBuild = true; 20
··· 5 }: 6 buildNpmPackage rec { 7 pname = "stylelint"; 8 + version = "16.16.0"; 9 10 src = fetchFromGitHub { 11 owner = "stylelint"; 12 repo = "stylelint"; 13 tag = version; 14 + hash = "sha256-us1JdC33dxbXZr24OhpLFwGSUWwxDyhWZLYkg28GxZI="; 15 }; 16 17 + npmDepsHash = "sha256-3TwOftl5nUzarZZL9mGYpWRPscqZMi2wMuB0gEOZhdI="; 18 19 dontNpmBuild = true; 20