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