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 982377a + bb2e2ce commit 4cef82dCopy full SHA for 4cef82d
pkgs/by-name/st/stylelint/package.nix
@@ -5,7 +5,7 @@
5
}:
6
7
let
8
- version = "16.11.0";
+ version = "16.12.0";
9
in
10
buildNpmPackage {
11
pname = "stylelint";
@@ -15,10 +15,10 @@ buildNpmPackage {
15
owner = "stylelint";
16
repo = "stylelint";
17
rev = version;
18
- hash = "sha256-LcnKytRxIZ5Fzz0tGMM7RBke2g3zu94BjtMkMseM4qc=";
+ hash = "sha256-tFM4HR7n7GP+kawa1tcV/Hleb+IoCOKEHiKgULQySww=";
19
};
20
21
- npmDepsHash = "sha256-l1aP9fmXu5U9t4x5lvJoFTotDv3mLDD5mfc4eVNaZbc=";
+ npmDepsHash = "sha256-ypQBWWsQiHFsU8JG+ACbKjOjYoYyoPQ6Ws3IrNgAwsU=";
22
23
dontNpmBuild = true;
24
0 commit comments