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.
1 parent 955ec32 commit 9d4343bCopy full SHA for 9d4343b
pkgs/applications/networking/browsers/ladybird/default.nix
@@ -49,13 +49,13 @@ let
49
in
50
stdenv.mkDerivation (finalAttrs: {
51
pname = "ladybird";
52
- version = "0-unstable-2024-10-22";
+ version = "0-unstable-2024-11-06";
53
54
src = fetchFromGitHub {
55
owner = "LadybirdWebBrowser";
56
repo = "ladybird";
57
- rev = "648fac7215e1841e3714d4c72c7aee75152da522";
58
- hash = "sha256-OB9dV+dNr5eA4h1+telYitrI62m+XSK/SYc9UPs7D4M=";
+ rev = "ad1ba30b27ff2802b6e743c6b8970e4bd1309dfc";
+ hash = "sha256-vrRkUTWHm+2GTJ3axO2oPJ0gKyMSH8Reh3TjYYze/Io=";
59
};
60
61
postPatch = ''
0 commit comments