ladybird: 0-unstable-2024-11-06 -> 0-unstable-2024-11-21 (#357995)

This commit is contained in:
jopejoe1 2024-11-26 00:24:35 +01:00 committed by GitHub
commit b718c275a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,17 +49,17 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ladybird";
version = "0-unstable-2024-11-06";
version = "0-unstable-2024-11-21";
src = fetchFromGitHub {
owner = "LadybirdWebBrowser";
repo = "ladybird";
rev = "ad1ba30b27ff2802b6e743c6b8970e4bd1309dfc";
hash = "sha256-vrRkUTWHm+2GTJ3axO2oPJ0gKyMSH8Reh3TjYYze/Io=";
rev = "6dc61f895db424e1ab245a7d4d219c6054a31ce3";
hash = "sha256-lEE2cfnQMSBi7+d34dbiuE5lwiGOzW1384/ohC+cf7I=";
};
postPatch = ''
sed -i '/iconutil/d' Ladybird/CMakeLists.txt
sed -i '/iconutil/d' UI/CMakeLists.txt
# Don't set absolute paths in RPATH
substituteInPlace Meta/CMake/lagom_install_options.cmake \