Skip to content

Commit

Permalink
xfce4-whiskermenu-plugin: 1.6.2 -> 1.7.2 (#25084)
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and joachifm committed Apr 21, 2017
1 parent 05911da commit af1621a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin.nix
Expand Up @@ -4,15 +4,15 @@
with stdenv.lib;
stdenv.mkDerivation rec {
p_name = "xfce4-whiskermenu-plugin";
version = "1.6.2";
version = "1.7.2";

name = "${p_name}-${version}";

src = fetchFromGitHub {
owner = "gottcode";
repo = "xfce4-whiskermenu-plugin";
rev = "v${version}";
sha256 = "0vfyav01hynjm7p73wwbwnn2l8l9a0hkz755wmjzr6qv06f9019d";
sha256 = "1rpazgnjp443abc31bgi6gp9q3sgbg13v7v74nn7vf6kl4v725ah";
};

nativeBuildInputs = [ cmake pkgconfig intltool ];
Expand Down

0 comments on commit af1621a

Please sign in to comment.