summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2016-11-05 13:31:09 -0200
committerVladimír Čunát <vcunat@gmail.com>2016-11-05 16:31:09 +0100
commit8a31e0d2263bd08a9533a17189d593c7c9d47054 (patch)
treee90b490a4467a8254cdbcb75755828835a4ed430 /pkgs/desktops
parenteea7af1f054f4df61afdde24f7122876f02e65d9 (diff)
downloadnixlib-8a31e0d2263bd08a9533a17189d593c7c9d47054.tar
nixlib-8a31e0d2263bd08a9533a17189d593c7c9d47054.tar.gz
nixlib-8a31e0d2263bd08a9533a17189d593c7c9d47054.tar.bz2
nixlib-8a31e0d2263bd08a9533a17189d593c7c9d47054.tar.lz
nixlib-8a31e0d2263bd08a9533a17189d593c7c9d47054.tar.xz
nixlib-8a31e0d2263bd08a9533a17189d593c7c9d47054.tar.zst
nixlib-8a31e0d2263bd08a9533a17189d593c7c9d47054.zip
xfce4-whiskermenu-plugin: 1.5.3 -> 1.6.1 (#20166)
Diffstat (limited to 'pkgs/desktops')
-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 e4c448655832..a9c4da810c15 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.5.3";
+  version = "1.6.1";
 
   name = "${p_name}-${version}";
 
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
     owner = "gottcode";
     repo = "xfce4-whiskermenu-plugin";
     rev = "v${version}";
-    sha256 = "07gmf9x3pw6xajklj0idahbnv0psnkhiqhb88bmkp344jirsx6ba";
+    sha256 = "19hldrrgy7qmrncv5rfsclybycjp9rjfnslhm996h62d2p675qpc";
   };
 
   nativeBuildInputs = [ cmake pkgconfig intltool ];