Unverified Commit 81c45357 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #291254 from wegank/ueberzugpp-bump

ueberzugpp: 2.9.2 -> 2.9.4
parents 805bca88 026674af
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -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 [
+3 −1
Original line number Diff line number Diff line
@@ -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 { };