File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -17274,8 +17274,6 @@ with pkgs;
1727417274
1727517275 cl-launch = callPackage ../development/tools/misc/cl-launch { };
1727617276
17277- clean-css-cli = callPackage ../development/tools/clean-css-cli { };
17278-
1727917277 cloud-nuke = callPackage ../development/tools/cloud-nuke { };
1728017278
1728117279 cloudcompare = libsForQt5.callPackage ../applications/graphics/cloudcompare { };
You can’t perform that action at this time.
0 commit comments