about summary refs log tree commit diff
path: root/pkgs/desktops/xfce/panel-plugins/xfce4-embed-plugin
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2022-02-21 12:10:33 -0300
committerJosé Romildo <malaquias@gmail.com>2022-02-21 13:01:49 -0300
commit005ac63a1910945086e40d197164a5aae4c38090 (patch)
tree78e00cb9bb05fcb853b300cb7e8e0604f3de87fd /pkgs/desktops/xfce/panel-plugins/xfce4-embed-plugin
parentba59355e8105035382b2f4056a97b1ffcd1bb70a (diff)
httpTwoLevelsUpdater: init
Diffstat (limited to 'pkgs/desktops/xfce/panel-plugins/xfce4-embed-plugin')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-embed-plugin/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-embed-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-embed-plugin/default.nix
index c79e30a658029..cc4ce861e7246 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-embed-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-embed-plugin/default.nix
@@ -33,11 +33,7 @@ in stdenv.mkDerivation rec {
     gtk2
   ];
 
-  passthru.updateScript = xfce.genericUpdater {
-    inherit pname version;
-    attrPath = "xfce.${pname}";
-    versionLister = xfce.archiveLister category pname;
-  };
+  passthru.updateScript = xfce.archiveUpdater { inherit category pname version; };
 
   meta = with lib;{
     homepage = "https://docs.xfce.org/panel-plugins/xfce4-embed-plugin";