Merge pull request #291254 from wegank/ueberzugpp-bump

ueberzugpp: 2.9.2 -> 2.9.4
This commit is contained in:
Weijia Wang 2024-02-27 08:50:50 +01:00 committed by GitHub
commit 81c45357ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 4 deletions

View File

@ -3,7 +3,6 @@
, fetchFromGitHub
, cmake
, pkg-config
, cli11
, openssl
, zeromq
, cppzmq
@ -16,6 +15,9 @@
, libsixel
, microsoft-gsl
, chafa
, cli11
, libexif
, range-v3
, enableOpencv ? stdenv.isLinux
, opencv
, enableWayland ? stdenv.isLinux
@ -28,13 +30,13 @@
stdenv.mkDerivation rec {
pname = "ueberzugpp";
version = "2.9.2";
version = "2.9.4";
src = fetchFromGitHub {
owner = "jstkdng";
repo = "ueberzugpp";
rev = "v${version}";
hash = "sha256-yIohpJRytmwt+6DLCWpmBiuCm9GcCHsGmpTI64/3d8U=";
hash = "sha256-D+7a+3Vxrt+XUq7c2F2eqi8ZGQ2eZd37aTqighWEKPs=";
};
strictDeps = true;
@ -58,6 +60,8 @@ stdenv.mkDerivation rec {
microsoft-gsl
chafa
cli11
libexif
range-v3
] ++ lib.optionals enableOpencv [
opencv
] ++ lib.optionals enableWayland [

View File

@ -35741,7 +35741,9 @@ with pkgs;
ueberzug = with python3Packages; toPythonApplication ueberzug;
ueberzugpp = darwin.apple_sdk_11_0.callPackage ../tools/graphics/ueberzugpp { };
ueberzugpp = callPackage ../by-name/ue/ueberzugpp/package.nix {
stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
};
uefi-run = callPackage ../tools/virtualization/uefi-run { };