about summary refs log tree commit diff
path: root/pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-07-06 18:27:46 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-07-07 19:03:48 +0200
commit7be0fc2e51f26d95e141a17201e53d2bb4a36d04 (patch)
tree4768fb5c410e1899f1d0f2bb7cb78d7bade02daa /pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin.nix
parent45ad92276370615f17df6f4346d479ae502062e5 (diff)
downloadnixlib-7be0fc2e51f26d95e141a17201e53d2bb4a36d04.tar
nixlib-7be0fc2e51f26d95e141a17201e53d2bb4a36d04.tar.gz
nixlib-7be0fc2e51f26d95e141a17201e53d2bb4a36d04.tar.bz2
nixlib-7be0fc2e51f26d95e141a17201e53d2bb4a36d04.tar.lz
nixlib-7be0fc2e51f26d95e141a17201e53d2bb4a36d04.tar.xz
nixlib-7be0fc2e51f26d95e141a17201e53d2bb4a36d04.tar.zst
nixlib-7be0fc2e51f26d95e141a17201e53d2bb4a36d04.zip
xfce4-xkb-plugin: maintenance update
Diffstat (limited to 'pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin.nix')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin.nix
index 51f30ed796ee..37962a205623 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin.nix
@@ -5,13 +5,13 @@
 stdenv.mkDerivation rec {
   p_name  = "xfce4-xkb-plugin";
   ver_maj = "0.5";
-  ver_min = "4.3";
+  ver_min = "6";
 
   name = "${p_name}-${ver_maj}.${ver_min}";
 
   src = fetchurl {
     url = "mirror://xfce/src/panel-plugins/${p_name}/${ver_maj}/${name}.tar.bz2";
-    sha256 = "0v9r0w9m5lxrzmz12f8w67l781lsywy9p1vixgn4xq6z5sxh2j6a";
+    sha256 = "198q6flrajbscwwywqq8yv6hdcwifahhj9i526vyfz4q6cq65r09";
   };
 
   buildInputs = [ pkgconfig intltool libxfce4util libxfce4ui xfce4panel gtk