ueberzugpp: 2.8.4 -> 2.8.5

This commit is contained in:
Weijia Wang 2023-05-26 14:27:45 +03:00
parent 32e7065239
commit b388107dd5
2 changed files with 6 additions and 3 deletions

View file

@ -16,6 +16,8 @@
, libsixel
, microsoft-gsl
, chafa
, libuuid
, libossp_uuid
, withOpencv ? stdenv.isLinux
, opencv
, withX11 ? stdenv.isLinux
@ -26,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "ueberzugpp";
version = "2.8.4";
version = "2.8.5";
src = fetchFromGitHub {
owner = "jstkdng";
repo = "ueberzugpp";
rev = "v${version}";
hash = "sha256-XWT6dFZx6kn6BAv7CV0YIiAuKSBOAfZr72gC9zrSxus=";
hash = "sha256-WnrKwbh7m84xlKMuixkB8LLw8Pzb8+mZV9cHWiI6cBY=";
};
# error: no member named 'ranges' in namespace 'std'
@ -64,6 +66,7 @@ stdenv.mkDerivation rec {
libsixel
microsoft-gsl
chafa
(if stdenv.isLinux then libuuid else libossp_uuid)
] ++ lib.optionals withOpencv [
opencv
] ++ lib.optionals withX11 [

View file

@ -34794,7 +34794,7 @@ with pkgs;
ueberzug = with python3Packages; toPythonApplication ueberzug;
ueberzugpp = callPackage ../tools/graphics/ueberzugpp { };
ueberzugpp = darwin.apple_sdk_11_0.callPackage ../tools/graphics/ueberzugpp { };
uefi-run = callPackage ../tools/virtualization/uefi-run { };