Merge pull request #237302 from wegank/ueberzugpp-bump

ueberzugpp: 2.8.6 -> 2.8.7
This commit is contained in:
Weijia Wang 2023-06-12 14:45:53 +03:00 committed by GitHub
commit 21c5f07ca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,13 +30,13 @@
stdenv.mkDerivation rec {
pname = "ueberzugpp";
version = "2.8.6";
version = "2.8.7";
src = fetchFromGitHub {
owner = "jstkdng";
repo = "ueberzugpp";
rev = "v${version}";
hash = "sha256-FNDFNPNiTLAB90dRpVX3XmbzB5pkkJmnhENmsPRldVE=";
hash = "sha256-grkLsbatgezM8wFbwAatLQw35wucU0Kc6hacRefFvHw=";
};
# error: no member named 'ranges' in namespace 'std'
@ -96,10 +96,6 @@ stdenv.mkDerivation rec {
export MACOSX_DEPLOYMENT_TARGET=10.14
'';
postInstall = ''
ln -s $out/bin/ueberzug $out/bin/ueberzugpp
'';
meta = with lib; {
description = "Drop in replacement for ueberzug written in C++";
homepage = "https://github.com/jstkdng/ueberzugpp";