Skip to content

Commit 4cef82d

Browse files
authored
stylelint: 16.11.0 -> 16.12.0 (NixOS#365479)
2 parents 982377a + bb2e2ce commit 4cef82d

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.11.0";
8+
version = "16.12.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-LcnKytRxIZ5Fzz0tGMM7RBke2g3zu94BjtMkMseM4qc=";
18+
hash = "sha256-tFM4HR7n7GP+kawa1tcV/Hleb+IoCOKEHiKgULQySww=";
1919
};
2020

21-
npmDepsHash = "sha256-l1aP9fmXu5U9t4x5lvJoFTotDv3mLDD5mfc4eVNaZbc=";
21+
npmDepsHash = "sha256-ypQBWWsQiHFsU8JG+ACbKjOjYoYyoPQ6Ws3IrNgAwsU=";
2222

2323
dontNpmBuild = true;
2424

0 commit comments

Comments
 (0)