mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 00:04:14 +00:00
ladybird: 0-unstable-2024-09-08 -> 0-unstable-2024-09-21
This commit is contained in:
parent
af46c5cc90
commit
05958843a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user