File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/applications/networking/browsers/ladybird Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949in
5050stdenv . mkDerivation ( finalAttrs : {
5151 pname = "ladybird" ;
52- version = "0-unstable-2024-11-06 " ;
52+ version = "0-unstable-2024-11-21 " ;
5353
5454 src = fetchFromGitHub {
5555 owner = "LadybirdWebBrowser" ;
5656 repo = "ladybird" ;
57- rev = "ad1ba30b27ff2802b6e743c6b8970e4bd1309dfc " ;
58- hash = "sha256-vrRkUTWHm+2GTJ3axO2oPJ0gKyMSH8Reh3TjYYze/Io =" ;
57+ rev = "6dc61f895db424e1ab245a7d4d219c6054a31ce3 " ;
58+ hash = "sha256-lEE2cfnQMSBi7+d34dbiuE5lwiGOzW1384/ohC+cf7I =" ;
5959 } ;
6060
6161 postPatch = ''
62- sed -i '/iconutil/d' Ladybird /CMakeLists.txt
62+ sed -i '/iconutil/d' UI /CMakeLists.txt
6363
6464 # Don't set absolute paths in RPATH
6565 substituteInPlace Meta/CMake/lagom_install_options.cmake \
You can’t perform that action at this time.
0 commit comments