19 category = "panel-plugins";
22 stdenv.mkDerivation rec {
23 pname = "xfce4-mailwatch-plugin";
27 url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
28 sha256 = "sha256-BUlk6f5MpmhIZACZHOHqAdB6rHuiNfSxTUqPfZgABGo=";
47 passthru.updateScript = gitUpdater {
48 url = "https://gitlab.xfce.org/panel-plugins/${pname}";
49 rev-prefix = "${pname}-";
53 homepage = "https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin";
54 description = "Mail watcher plugin for Xfce panel";
55 license = licenses.gpl2Only;
56 platforms = platforms.linux;
57 maintainers = with maintainers; [ ] ++ teams.xfce.members;