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.
2 parents 62088f7 + 6b5f15a commit 022a188Copy full SHA for 022a188
pkgs/by-name/st/stylelint/package.nix
@@ -5,16 +5,16 @@
5
}:
6
buildNpmPackage rec {
7
pname = "stylelint";
8
- version = "16.17.0";
+ version = "16.18.0";
9
10
src = fetchFromGitHub {
11
owner = "stylelint";
12
repo = "stylelint";
13
tag = version;
14
- hash = "sha256-oCNgBS9yTOCrqI/35KWgim1cW62+91xwAMpWORUQVAQ=";
+ hash = "sha256-DtNZHxWmOwStUAYqfF37QoUpHjrDU1C7Tzmya4OCibc=";
15
};
16
17
- npmDepsHash = "sha256-JZT7PXbEd7jSx0WGPLh0GtUthkMfgHR17c451k515Rc=";
+ npmDepsHash = "sha256-h8ryKrh5A+PWMLcDFq7xC/NRmLUhsWqjsw4pIwtcy6g=";
18
19
dontNpmBuild = true;
20
0 commit comments