File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
pkgs/tools/backup/monolith Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 66, libiconv
77, Security
88, SystemConfiguration
9+ , nix-update-script
910} :
1011
1112rustPlatform . buildRustPackage rec {
1213 pname = "monolith" ;
13- version = "2.8.1 " ;
14+ version = "2.8.3 " ;
1415
1516 src = fetchFromGitHub {
1617 owner = "Y2Z" ;
1718 repo = pname ;
1819 rev = "v${ version } " ;
19- sha256 = "sha256-qMB4Tok0tYAqj8r9LEkjhBV5ko+hwagFS7MsL8AYJnc =" ;
20+ hash = "sha256-t4FdTFXbKs7Xfw8dKoME7WDn+Fpe/uHPXyr5Wj+AXSA =" ;
2021 } ;
2122
22- cargoHash = "sha256-FeD0+s79orFDUVsb205W0pdXgDI+p1UrH3GIfKwUqDQ=" ;
23+ cargoHash = "sha256-lBGcS1+CBYeVIG546aHSBVJ9y96rB3IDDVJPqCFUDZQ=" ;
24+
25+ OPENSSL_NO_VENDOR = true ;
2326
2427 nativeBuildInputs = lib . optionals stdenv . hostPlatform . isLinux [ pkg-config ] ;
2528 buildInputs = lib . optionals stdenv . hostPlatform . isLinux [ openssl ]
2629 ++ lib . optionals stdenv . hostPlatform . isDarwin [ libiconv Security SystemConfiguration ] ;
2730
2831 checkFlags = [ "--skip=tests::cli" ] ;
2932
33+ passthru . updateScript = nix-update-script { } ;
34+
3035 meta = with lib ; {
3136 description = "Bundle any web page into a single HTML file" ;
3237 mainProgram = "monolith" ;
3338 homepage = "https://github.com/Y2Z/monolith" ;
34- license = licenses . unlicense ;
39+ license = licenses . cc0 ;
40+ platforms = lib . platforms . unix ;
41+ broken = stdenv . isDarwin ;
3542 maintainers = with maintainers ; [ Br1ght0ne ] ;
3643 } ;
3744}
You can’t perform that action at this time.
0 commit comments