Skip to content

Commit e5c7ed7

Browse files
authored
[Backport release-25.11] ladybird: 0-unstable-2026-01-11 -> 0-unstable-2026-01-27 (#484450)
2 parents c6d9bb8 + e314d65 commit e5c7ed7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pkgs/by-name/la/ladybird/package.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,18 @@
3131
libtommath,
3232
sdl3,
3333
icu78,
34+
simdjson,
3435
}:
3536

3637
stdenv.mkDerivation (finalAttrs: {
3738
pname = "ladybird";
38-
version = "0-unstable-2026-01-11";
39+
version = "0-unstable-2026-01-27";
3940

4041
src = fetchFromGitHub {
4142
owner = "LadybirdBrowser";
4243
repo = "ladybird";
43-
rev = "7814b497850ce131dfbfff8bd48836c121c2b237";
44-
hash = "sha256-MMIk1FF9GB4pPNDdeSAGMjqqbVybn67EVtzcEOVbRIg=";
44+
rev = "6b9797f480509b29afae4a88bc5931221ac7e7fe";
45+
hash = "sha256-wqY7bG2Y5QNAeOMccvKbf8QFU7u6iRs2bGcDDe5K8cQ=";
4546
};
4647

4748
postPatch = ''
@@ -113,6 +114,7 @@ stdenv.mkDerivation (finalAttrs: {
113114
}))
114115
woff2
115116
icu78
117+
simdjson
116118
]
117119
++ lib.optional stdenv.hostPlatform.isLinux [
118120
libpulseaudio.dev

0 commit comments

Comments
 (0)