Skip to content

Commit 9d4343b

Browse files
r-ryantmfgaz
authored andcommitted
ladybird: 0-unstable-2024-10-22 -> 0-unstable-2024-11-06
1 parent 955ec32 commit 9d4343b

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ let
4949
in
5050
stdenv.mkDerivation (finalAttrs: {
5151
pname = "ladybird";
52-
version = "0-unstable-2024-10-22";
52+
version = "0-unstable-2024-11-06";
5353

5454
src = fetchFromGitHub {
5555
owner = "LadybirdWebBrowser";
5656
repo = "ladybird";
57-
rev = "648fac7215e1841e3714d4c72c7aee75152da522";
58-
hash = "sha256-OB9dV+dNr5eA4h1+telYitrI62m+XSK/SYc9UPs7D4M=";
57+
rev = "ad1ba30b27ff2802b6e743c6b8970e4bd1309dfc";
58+
hash = "sha256-vrRkUTWHm+2GTJ3axO2oPJ0gKyMSH8Reh3TjYYze/Io=";
5959
};
6060

6161
postPatch = ''

0 commit comments

Comments
 (0)