menu-cache: 1.0.2 -> 1.1.0

Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.1.0 with grep in /nix/store/4ffpnfrp66c8caishcddzppbddr8kx35-menu-cache-1.1.0
- found 1.1.0 in filename of file in /nix/store/4ffpnfrp66c8caishcddzppbddr8kx35-menu-cache-1.1.0

cc "@ttuegel"
This commit is contained in:
Ryan Mulligan 2018-02-27 06:04:29 -08:00
parent 6a10134205
commit 939e65326a

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, glib, pkgconfig, libfm-extra }:
let name = "menu-cache-1.0.2";
let name = "menu-cache-1.1.0";
in
stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "mirror://sourceforge/lxde/${name}.tar.xz";
sha256 = "1m8j40npykfcfqs43kc0fmksal2jfmfi8lnb3mq3xy1lvvrfv0vg";
sha256 = "1iry4zlpppww8qai2cw4zid4081hh7fz8nzsp5lqyffbkm2yn0pd";
};
nativeBuildInputs = [ pkgconfig ];