xmenu: 4.3.1 -> 4.4.1

This commit is contained in:
R. RyanTM 2020-11-12 11:19:43 +00:00 committed by Sage Raflik
parent e02f6bfa26
commit 9cb3292bdc

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xmenu"; pname = "xmenu";
version = "4.3.1"; version = "4.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "phillbush"; owner = "phillbush";
repo = "xmenu"; repo = "xmenu";
rev = "v${version}"; rev = "v${version}";
sha256 = "0m97w1nwak5drcxxlyisqb73fxkapy2rlph9mg531kbx3k2h30r1"; sha256 = "1s70zvsaqnsjqs298vw3py0vcvia68xlks1wcz37pb88bwligz1x";
}; };
buildInputs = [ imlib2 libX11 libXft libXinerama ]; buildInputs = [ imlib2 libX11 libXft libXinerama ];
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A menu utility for X"; description = "A menu utility for X";
homepage = "https://github.com/phillbush/xmenu"; homepage = "https://github.com/phillbush/xmenu";
license = licenses.publicDomain; license = licenses.mit;
maintainers = with maintainers; [ neonfuz ]; maintainers = with maintainers; [ neonfuz ];
platforms = platforms.all; platforms = platforms.all;
}; };