Skip to content

Commit b718c27

Browse files
authored
ladybird: 0-unstable-2024-11-06 -> 0-unstable-2024-11-21 (#357995)
2 parents 428141a + c3c14a9 commit b718c27

File tree

1 file changed

+4
-4
lines changed
  • pkgs/applications/networking/browsers/ladybird

1 file changed

+4
-4
lines changed

pkgs/applications/networking/browsers/ladybird/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ let
4949
in
5050
stdenv.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 \

0 commit comments

Comments
 (0)