gnome.zenity: 3.90.0 → 3.91.0

https://gitlab.gnome.org/GNOME/zenity/-/compare/3.90.0...3.91.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>

+3 -2
+3 -2
pkgs/desktops/gnome/core/zenity/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "zenity"; 18 - version = "3.90.0"; 18 + version = "3.91.0"; 19 19 20 20 src = fetchurl { 21 21 url = "mirror://gnome/sources/zenity/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 22 - sha256 = "XsvlcxBVqYfiDB+vBQdfECLd4wenLp0UUiRA1IHWhtA="; 22 + sha256 = "N2GeCYAwgXj9vPaDItmaB7MzbBwLuY7ysyycsQkCI5k="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ ··· 47 47 meta = with lib; { 48 48 description = "Tool to display dialogs from the commandline and shell scripts"; 49 49 homepage = "https://wiki.gnome.org/Projects/Zenity"; 50 + license = licenses.lgpl21Plus; 50 51 platforms = platforms.unix; 51 52 maintainers = teams.gnome.members; 52 53 };