We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6d9bb8 + e314d65 commit e5c7ed7Copy full SHA for e5c7ed7
1 file changed
pkgs/by-name/la/ladybird/package.nix
@@ -31,17 +31,18 @@
31
libtommath,
32
sdl3,
33
icu78,
34
+ simdjson,
35
}:
36
37
stdenv.mkDerivation (finalAttrs: {
38
pname = "ladybird";
- version = "0-unstable-2026-01-11";
39
+ version = "0-unstable-2026-01-27";
40
41
src = fetchFromGitHub {
42
owner = "LadybirdBrowser";
43
repo = "ladybird";
- rev = "7814b497850ce131dfbfff8bd48836c121c2b237";
44
- hash = "sha256-MMIk1FF9GB4pPNDdeSAGMjqqbVybn67EVtzcEOVbRIg=";
+ rev = "6b9797f480509b29afae4a88bc5931221ac7e7fe";
45
+ hash = "sha256-wqY7bG2Y5QNAeOMccvKbf8QFU7u6iRs2bGcDDe5K8cQ=";
46
};
47
48
postPatch = ''
@@ -113,6 +114,7 @@ stdenv.mkDerivation (finalAttrs: {
113
114
}))
115
woff2
116
icu78
117
+ simdjson
118
]
119
++ lib.optional stdenv.hostPlatform.isLinux [
120
libpulseaudio.dev
0 commit comments