Skip to content

Commit 04b5441

Browse files
Merge pull request #332083 from r-ryantm/auto-update/stylelint
stylelint: 16.7.0 -> 16.8.1
2 parents 388d097 + 285b200 commit 04b5441

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/analysis/stylelint/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildNpmPackage rec {
44
pname = "stylelint";
5-
version = "16.7.0";
5+
version = "16.8.1";
66

77
src = fetchFromGitHub {
88
owner = "stylelint";
99
repo = "stylelint";
1010
rev = version;
11-
hash = "sha256-teoEVkSLK3pdSY6Z9aq/4/V028mLufDrPt/Ff9iO64w=";
11+
hash = "sha256-LhLA1JxaTtdoXfylaDLiyW2gi0xy2l5Rm3B67+z1Wdc=";
1212
};
1313

14-
npmDepsHash = "sha256-daimn//rZhj7O/JCI2rdHn/H9o4yOYQcAL7Iu04RBlk=";
14+
npmDepsHash = "sha256-xi6we8XOGaLqwTLrF0Enpx7jQgbHOSItuqzlvvNNBWQ=";
1515

1616
dontNpmBuild = true;
1717

0 commit comments

Comments
 (0)