xdgmenumaker: 1.1 -> 1.4

This commit is contained in:
romildo 2017-02-24 07:24:16 -03:00
parent 3af06724fa
commit 767e50867c

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "xdgmenumaker-${version}"; name = "xdgmenumaker-${version}";
version = "1.1"; version = "1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gapan"; owner = "gapan";
repo = "xdgmenumaker"; repo = "xdgmenumaker";
rev = version; rev = version;
sha256 = "11mqafpgfnz0h0d6fxd1xsfsjxzg1abvwqgwy9jmm5xhcjx3c3l7"; sha256 = "0i909dk9chdsc7njp5llgm5xlag4lr0nkxkwl1g5lf8cvdjrawh2";
}; };
nativeBuildInputs = [ nativeBuildInputs = [