about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-07-16 16:30:30 +0800
committerBobby Rong <rjl931189261@126.com>2023-07-16 16:33:09 +0800
commit4ae90dc2602eb57d85daad42248a54102b68b72a (patch)
tree46f7213f31d70ad7e8dc6863b45dd79728666424 /pkgs/desktops
parentdfdbcc428f365071f0ca3888f6ec8c25c3792885 (diff)
downloadnixlib-4ae90dc2602eb57d85daad42248a54102b68b72a.tar
nixlib-4ae90dc2602eb57d85daad42248a54102b68b72a.tar.gz
nixlib-4ae90dc2602eb57d85daad42248a54102b68b72a.tar.bz2
nixlib-4ae90dc2602eb57d85daad42248a54102b68b72a.tar.lz
nixlib-4ae90dc2602eb57d85daad42248a54102b68b72a.tar.xz
nixlib-4ae90dc2602eb57d85daad42248a54102b68b72a.tar.zst
nixlib-4ae90dc2602eb57d85daad42248a54102b68b72a.zip
xfce.xfce4-verve-plugin: 2.0.1 -> 2.0.3
https://gitlab.xfce.org/panel-plugins/xfce4-verve-plugin/-/compare/2.0.1...xfce4-verve-plugin-2.0.3

Also clean up unneeded hardeningDisable.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-verve-plugin/default.nix19
1 files changed, 12 insertions, 7 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-verve-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-verve-plugin/default.nix
index e0d2db11d6f5..a76d3cdb5344 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-verve-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-verve-plugin/default.nix
@@ -1,22 +1,27 @@
 { lib
 , mkXfceDerivation
+, glib
 , gtk3
 , libxfce4ui
-, pcre
 , libxfce4util
+, pcre2
 , xfce4-panel
 }:
 
 mkXfceDerivation {
   category = "panel-plugins";
   pname = "xfce4-verve-plugin";
-  version = "2.0.1";
-  rev-prefix = "";
-  sha256 = "sha256-YwUOSTZMoHsWWmi/ajQv/fX8a0IJoc3re3laVEmnX/M=";
+  version = "2.0.3";
+  sha256 = "sha256-K335cs1vWKTNQjZlSUuhK8OmgTsKSzN87IZwS4RtvB8=";
 
-  buildInputs = [ gtk3 libxfce4ui pcre libxfce4util xfce4-panel ];
-
-  hardeningDisable = [ "format" ];
+  buildInputs = [
+    glib
+    gtk3
+    libxfce4ui
+    libxfce4util
+    pcre2
+    xfce4-panel
+  ];
 
   meta = with lib; {
     description = "A command-line plugin";