about summary refs log tree commit diff
path: root/pkgs/desktops/xfce
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-08-25 15:00:12 +0800
committerGitHub <noreply@github.com>2023-08-25 15:00:12 +0800
commit540e170aad622893344b17263f76af489e86dc00 (patch)
treed4399551cd9469b4788a840d74398c79ae826cf0 /pkgs/desktops/xfce
parentd229a55e501f36c4b8465d1c403a56ce1741c9ba (diff)
parent45adc10ae080be54f5e84b64069fda12dae6ed8d (diff)
downloadnixlib-540e170aad622893344b17263f76af489e86dc00.tar
nixlib-540e170aad622893344b17263f76af489e86dc00.tar.gz
nixlib-540e170aad622893344b17263f76af489e86dc00.tar.bz2
nixlib-540e170aad622893344b17263f76af489e86dc00.tar.lz
nixlib-540e170aad622893344b17263f76af489e86dc00.tar.xz
nixlib-540e170aad622893344b17263f76af489e86dc00.tar.zst
nixlib-540e170aad622893344b17263f76af489e86dc00.zip
Merge pull request #251287 from bobby285271/upd/xfce
xfce.xfce4-appfinder: 4.18.0 -> 4.18.1
Diffstat (limited to 'pkgs/desktops/xfce')
-rw-r--r--pkgs/desktops/xfce/core/xfce4-appfinder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/core/xfce4-appfinder/default.nix b/pkgs/desktops/xfce/core/xfce4-appfinder/default.nix
index b479a574d97b..e716fab959a0 100644
--- a/pkgs/desktops/xfce/core/xfce4-appfinder/default.nix
+++ b/pkgs/desktops/xfce/core/xfce4-appfinder/default.nix
@@ -3,9 +3,9 @@
 mkXfceDerivation {
   category = "xfce";
   pname = "xfce4-appfinder";
-  version = "4.18.0";
+  version = "4.18.1";
 
-  sha256 = "sha256-/VYZpWk08OQPZ/DQ5SqSL4F4KDdh+IieQBDOZUxZvtw=";
+  sha256 = "sha256-CZEX1PzFsVt72Fkb4+5PiZjAcDisvYnbzFGFXjFL4sc=";
 
   nativeBuildInputs = [ exo ];
   buildInputs = [ garcon gtk3 libxfce4ui libxfce4util xfconf ];