17 stdenv.mkDerivation (finalAttrs: {
22 url = "mirror://gnome/sources/zenity/${lib.versions.majorMinor finalAttrs.version}/zenity-${finalAttrs.version}.tar.xz";
23 hash = "sha256-wW3K5G4p4iwvoLlegOBslrKuyThAFhNpyVyF7Z8JMVM=";
43 updateScript = gnome.updateScript {
44 packageName = "zenity";
49 mainProgram = "zenity";
50 description = "Tool to display dialogs from the commandline and shell scripts";
51 homepage = "https://gitlab.gnome.org/GNOME/zenity";
52 changelog = "https://gitlab.gnome.org/GNOME/zenity/-/blob/${finalAttrs.version}/NEWS?ref_type=tags";
53 license = licenses.lgpl21Plus;
54 platforms = platforms.unix;
55 maintainers = teams.gnome.members;