litebrowser: unstable-2022-10-31 -> unstable-2024-02-25

+4 -3
+4 -3
pkgs/applications/networking/browsers/litebrowser/default.nix
··· 12 13 stdenv.mkDerivation { 14 pname = "litebrowser"; 15 - version = "unstable-2022-10-31"; 16 17 src = fetchFromGitHub { 18 owner = "litehtml"; 19 repo = "litebrowser-linux"; 20 - rev = "4654f8fb2d5e2deba7ac6223b6639341bd3b7eba"; 21 - hash = "sha256-SvW1AOxLBLKqa+/2u2Zn+/t33ZzQHmqlcLRl6z0rK9U="; 22 fetchSubmodules = true; # litehtml submodule 23 }; 24 ··· 46 ''; 47 48 meta = with lib; { 49 description = "A simple browser based on the litehtml engine"; 50 mainProgram = "litebrowser"; 51 homepage = "https://github.com/litehtml/litebrowser-linux";
··· 12 13 stdenv.mkDerivation { 14 pname = "litebrowser"; 15 + version = "unstable-2024-02-25"; 16 17 src = fetchFromGitHub { 18 owner = "litehtml"; 19 repo = "litebrowser-linux"; 20 + rev = "8130cf50af90e07d201d43b934b5a57f7ed4e68d"; 21 + hash = "sha256-L/pd4VypDfjLKfh+HLpc4um+POWGzGa4OOttudwJxyk="; 22 fetchSubmodules = true; # litehtml submodule 23 }; 24 ··· 46 ''; 47 48 meta = with lib; { 49 + broken = stdenv.cc.isClang; # https://github.com/litehtml/litebrowser-linux/issues/19 50 description = "A simple browser based on the litehtml engine"; 51 mainProgram = "litebrowser"; 52 homepage = "https://github.com/litehtml/litebrowser-linux";