Skip to content

Commit 226ba76

Browse files
stylelint: 16.12.0 -> 16.13.0 (#373216)
Co-authored-by: momeemt <[email protected]>
2 parents 7401f56 + 3f9aff8 commit 226ba76

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,7 +5,7 @@
55
}:
66

77
let
8-
version = "16.12.0";
8+
version = "16.13.0";
99
in
1010
buildNpmPackage {
1111
pname = "stylelint";
@@ -15,10 +15,10 @@ buildNpmPackage {
1515
owner = "stylelint";
1616
repo = "stylelint";
1717
rev = version;
18-
hash = "sha256-tFM4HR7n7GP+kawa1tcV/Hleb+IoCOKEHiKgULQySww=";
18+
hash = "sha256-9OMhOkI8SYetzr4yCuEvFEwHGi/sqOjA0CfUVTc7EIE=";
1919
};
2020

21-
npmDepsHash = "sha256-ypQBWWsQiHFsU8JG+ACbKjOjYoYyoPQ6Ws3IrNgAwsU=";
21+
npmDepsHash = "sha256-mGuoNhCoOJnKQxdySMTVCi/dRwgIiSlg/LkqeS01gnk=";
2222

2323
dontNpmBuild = true;
2424

0 commit comments

Comments
 (0)