Commit 05958843 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

ladybird: 0-unstable-2024-09-08 -> 0-unstable-2024-09-21

parent af46c5cc
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
, cmake
, ninja
, pkg-config
, curl
, libavif
, libjxl
, libwebp
@@ -57,13 +58,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "ladybird";
  version = "0-unstable-2024-09-08";
  version = "0-unstable-2024-09-21";

  src = fetchFromGitHub {
    owner = "LadybirdWebBrowser";
    repo = "ladybird";
    rev = "8d6f36f8d6c0aea0253df8c84746f8c99bf79b4d";
    hash = "sha256-EB26SAh9eckpq/HrO8O+PivMMmLpFtCdCNkOJcLQvZw=";
    rev = "44f672bacf6779f6bbe5972d84e210f953f14598";
    hash = "sha256-Qku6W1kETOXQh8Kxn0wabe0Xc4gkpxrGbDFwIik34eY=";
  };

  postPatch = ''
@@ -133,6 +134,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  buildInputs = with qt6Packages; [
    curl
    ffmpeg
    libavif
    libjxl