Skip to content

Commit 022a188

Browse files
stylelint: 16.17.0 -> 16.18.0 (#396634)
Co-authored-by: momeemt <[email protected]>
2 parents 62088f7 + 6b5f15a commit 022a188

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/st/stylelint/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
buildNpmPackage rec {
77
pname = "stylelint";
8-
version = "16.17.0";
8+
version = "16.18.0";
99

1010
src = fetchFromGitHub {
1111
owner = "stylelint";
1212
repo = "stylelint";
1313
tag = version;
14-
hash = "sha256-oCNgBS9yTOCrqI/35KWgim1cW62+91xwAMpWORUQVAQ=";
14+
hash = "sha256-DtNZHxWmOwStUAYqfF37QoUpHjrDU1C7Tzmya4OCibc=";
1515
};
1616

17-
npmDepsHash = "sha256-JZT7PXbEd7jSx0WGPLh0GtUthkMfgHR17c451k515Rc=";
17+
npmDepsHash = "sha256-h8ryKrh5A+PWMLcDFq7xC/NRmLUhsWqjsw4pIwtcy6g=";
1818

1919
dontNpmBuild = true;
2020

0 commit comments

Comments
 (0)