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

This commit is contained in:
Francesco Gazzetta 2024-09-21 18:07:29 +02:00
parent af46c5cc90
commit 05958843a8

View File

@ -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