19 stdenv.mkDerivation (finalAttrs: {
20 pname = "budgie-user-indicator-redux";
23 src = fetchFromGitHub {
25 repo = "budgie-user-indicator-redux";
26 rev = "v${finalAttrs.version}";
27 hash = "sha256-X9b4H4PnrYGb/T7Sg9iXQeNDLoO1l0VCdbOCGUAgwC4=";
48 updateScript = nix-update-script { };
52 description = "Manage your user session from the Budgie panel";
53 homepage = "https://github.com/EbonJaeger/budgie-user-indicator-redux";
54 changelog = "https://github.com/EbonJaeger/budgie-user-indicator-redux/blob/${finalAttrs.src.rev}/CHANGELOG.md";
55 license = lib.licenses.gpl2Plus;
56 platforms = lib.platforms.linux;
57 maintainers = lib.teams.budgie.members;