summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorromildo <malaquias@gmail.com>2017-01-24 11:33:00 -0200
committerromildo <malaquias@gmail.com>2017-01-24 11:33:00 -0200
commitc99db543ab42f44ce2d13ba26104de5e248831b9 (patch)
tree6b4640d080fa0774a790a075f3d2ef2dfc95799e /pkgs
parent1853f174d11040b3901e4c83d89f2578320a2e42 (diff)
downloadnixlib-c99db543ab42f44ce2d13ba26104de5e248831b9.tar
nixlib-c99db543ab42f44ce2d13ba26104de5e248831b9.tar.gz
nixlib-c99db543ab42f44ce2d13ba26104de5e248831b9.tar.bz2
nixlib-c99db543ab42f44ce2d13ba26104de5e248831b9.tar.lz
nixlib-c99db543ab42f44ce2d13ba26104de5e248831b9.tar.xz
nixlib-c99db543ab42f44ce2d13ba26104de5e248831b9.tar.zst
nixlib-c99db543ab42f44ce2d13ba26104de5e248831b9.zip
xfce4-whiskermenu-plugin: 1.6.1 -> 1.6.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin.nix
index a9c4da810c15..ffda5b94e076 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin.nix
@@ -4,7 +4,7 @@
 with stdenv.lib;
 stdenv.mkDerivation rec {
   p_name  = "xfce4-whiskermenu-plugin";
-  version = "1.6.1";
+  version = "1.6.2";
 
   name = "${p_name}-${version}";
 
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
     owner = "gottcode";
     repo = "xfce4-whiskermenu-plugin";
     rev = "v${version}";
-    sha256 = "19hldrrgy7qmrncv5rfsclybycjp9rjfnslhm996h62d2p675qpc";
+    sha256 = "0vfyav01hynjm7p73wwbwnn2l8l9a0hkz755wmjzr6qv06f9019d";
   };
 
   nativeBuildInputs = [ cmake pkgconfig intltool ];