mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
ueberzugpp: 2.9.2 -> 2.9.3
This commit is contained in:
parent
0858160853
commit
7b1a32ed15
@ -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.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jstkdng";
|
||||
repo = "ueberzugpp";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-yIohpJRytmwt+6DLCWpmBiuCm9GcCHsGmpTI64/3d8U=";
|
||||
hash = "sha256-jNiDQy9el9fUK03Dt55wPb4LFB1iDiytUxg8zM4Bj6E=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
@ -58,6 +60,8 @@ stdenv.mkDerivation rec {
|
||||
microsoft-gsl
|
||||
chafa
|
||||
cli11
|
||||
libexif
|
||||
range-v3
|
||||
] ++ lib.optionals enableOpencv [
|
||||
opencv
|
||||
] ++ lib.optionals enableWayland [
|
||||
|
Loading…
Reference in New Issue
Block a user