Skip to content

Commit

Permalink
ladybird: 0-unstable-2024-10-05 -> 0-unstable-2024-10-22
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Oct 25, 2024
1 parent 49ec112 commit 8f0377b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/browsers/ladybird/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ladybird";
version = "0-unstable-2024-10-05";
version = "0-unstable-2024-10-22";

src = fetchFromGitHub {
owner = "LadybirdWebBrowser";
repo = "ladybird";
rev = "077bc68a4cbf2d8c97abc818515a22471da42c99";
hash = "sha256-zlQEOk9rex9Evpc2+4q2e2QPwGd9kLOQ393DJPuwh7c=";
rev = "648fac7215e1841e3714d4c72c7aee75152da522";
hash = "sha256-OB9dV+dNr5eA4h1+telYitrI62m+XSK/SYc9UPs7D4M=";
};

postPatch = ''
Expand Down

0 comments on commit 8f0377b

Please sign in to comment.