summary refs log tree commit diff
path: root/pkgs/development/libraries/menu-cache
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 06:04:29 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 06:04:29 -0800
commit939e65326a3467e8d9339c4251345be2e04c8a7a (patch)
treeb2df386e2b18c7c63ae9ce1fb78661997ad61a2e /pkgs/development/libraries/menu-cache
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixpkgs-939e65326a3467e8d9339c4251345be2e04c8a7a.tar
nixpkgs-939e65326a3467e8d9339c4251345be2e04c8a7a.tar.gz
nixpkgs-939e65326a3467e8d9339c4251345be2e04c8a7a.tar.bz2
nixpkgs-939e65326a3467e8d9339c4251345be2e04c8a7a.tar.lz
nixpkgs-939e65326a3467e8d9339c4251345be2e04c8a7a.tar.xz
nixpkgs-939e65326a3467e8d9339c4251345be2e04c8a7a.tar.zst
nixpkgs-939e65326a3467e8d9339c4251345be2e04c8a7a.zip
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"
Diffstat (limited to 'pkgs/development/libraries/menu-cache')
-rw-r--r--pkgs/development/libraries/menu-cache/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/menu-cache/default.nix b/pkgs/development/libraries/menu-cache/default.nix
index a490aa1e445..c92b6a4e728 100644
--- a/pkgs/development/libraries/menu-cache/default.nix
+++ b/pkgs/development/libraries/menu-cache/default.nix
@@ -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 ];