We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5477098 commit 285b200Copy full SHA for 285b200
pkgs/development/tools/analysis/stylelint/default.nix
@@ -2,16 +2,16 @@
2
3
buildNpmPackage rec {
4
pname = "stylelint";
5
- version = "16.7.0";
+ version = "16.8.1";
6
7
src = fetchFromGitHub {
8
owner = "stylelint";
9
repo = "stylelint";
10
rev = version;
11
- hash = "sha256-teoEVkSLK3pdSY6Z9aq/4/V028mLufDrPt/Ff9iO64w=";
+ hash = "sha256-LhLA1JxaTtdoXfylaDLiyW2gi0xy2l5Rm3B67+z1Wdc=";
12
};
13
14
- npmDepsHash = "sha256-daimn//rZhj7O/JCI2rdHn/H9o4yOYQcAL7Iu04RBlk=";
+ npmDepsHash = "sha256-xi6we8XOGaLqwTLrF0Enpx7jQgbHOSItuqzlvvNNBWQ=";
15
16
dontNpmBuild = true;
17
0 commit comments