Skip to content

Commit 3e163dc

Browse files
committed
clean-css-cli: 5.6.2 -> 5.6.3
1 parent b523c0d commit 3e163dc

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed
Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
{ lib
2-
, buildNpmPackage
3-
, fetchFromGitHub
1+
{
2+
lib,
3+
buildNpmPackage,
4+
fetchFromGitHub,
45
}:
56

6-
buildNpmPackage rec {
7-
pname = "clean-css-cli";
8-
version = "5.6.2";
9-
7+
let
8+
version = "5.6.3";
109
src = fetchFromGitHub {
1110
owner = "clean-css";
1211
repo = "clean-css-cli";
1312
rev = "v${version}";
14-
hash = "sha256-ONWJn6mehXeNwRVEEM+Ad/heXwNWC9E9yA5eUQsi98A=";
13+
hash = "sha256-tsFNcQg55uY2gL5xLLLS6INLlYzbsU6M3hnsYeOFGEw=";
1514
};
15+
in
16+
buildNpmPackage {
17+
pname = "clean-css-cli";
18+
inherit version src;
1619

17-
npmDepsHash = "sha256-eVd6YSTHhp6qzGYn5PlikUgjNS+GJoRwfm6KPrEJKGE=";
20+
npmDepsHash = "sha256-uvI9esVVOE18syHUCJpoiDY+Vh3hJO+GsMOTZSYJaxg=";
1821

1922
dontNpmBuild = true;
2023

@@ -24,6 +27,6 @@ buildNpmPackage rec {
2427
homepage = "https://github.com/clean-css/clean-css-cli";
2528
license = lib.licenses.mit;
2629
mainProgram = "cleancss";
27-
maintainers = [ ];
30+
maintainers = with lib.maintainers; [ momeemt ];
2831
};
2932
}

0 commit comments

Comments
 (0)