From aecbb57ec14d031b8f7f4deedfbd3a8cac45995b Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 29 Apr 2023 05:04:09 +0000 Subject: [PATCH] xfce.xfce4-whiskermenu-plugin: 2.7.2 -> 2.7.3 https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/compare/v2.7.2...v2.7.3 --- .../xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix index a1027c752ddd..3c838df59303 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix @@ -3,10 +3,10 @@ mkXfceDerivation { category = "panel-plugins"; pname = "xfce4-whiskermenu-plugin"; - version = "2.7.2"; + version = "2.7.3"; rev-prefix = "v"; odd-unstable = false; - sha256 = "sha256-yp8NpBVgqEv34qmDMKPdy53awgSLtYfeaw1JrxENFps="; + sha256 = "sha256-F2mp3b1HBvI2lvwGzuE9QsqotLWgsP0NRyORrTV9FJs="; nativeBuildInputs = [ cmake ];