Loading pkgs/applications/editors/gedit/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -29,13 +29,13 @@ stdenv.mkDerivation rec { pname = "gedit"; version = "46.1"; version = "46.2"; outputs = [ "out" "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/gedit/${lib.versions.major version}/gedit-${version}.tar.xz"; sha256 = "oabjfwQXZd/3InofVXi29J+q8Bax4X6GnK9b+5TGqk4="; sha256 = "wIZkErrRR+us4tKC/8u1oOmjBLIP1VZAvuIcgebVAe8="; }; patches = [ Loading Loading @@ -92,7 +92,7 @@ stdenv.mkDerivation rec { }; meta = with lib; { homepage = "https://wiki.gnome.org/Apps/Gedit"; homepage = "https://gedit-technology.github.io/apps/gedit/"; description = "Former GNOME text editor"; maintainers = with maintainers; [ bobby285271 ]; license = licenses.gpl2Plus; Loading Loading
pkgs/applications/editors/gedit/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -29,13 +29,13 @@ stdenv.mkDerivation rec { pname = "gedit"; version = "46.1"; version = "46.2"; outputs = [ "out" "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/gedit/${lib.versions.major version}/gedit-${version}.tar.xz"; sha256 = "oabjfwQXZd/3InofVXi29J+q8Bax4X6GnK9b+5TGqk4="; sha256 = "wIZkErrRR+us4tKC/8u1oOmjBLIP1VZAvuIcgebVAe8="; }; patches = [ Loading Loading @@ -92,7 +92,7 @@ stdenv.mkDerivation rec { }; meta = with lib; { homepage = "https://wiki.gnome.org/Apps/Gedit"; homepage = "https://gedit-technology.github.io/apps/gedit/"; description = "Former GNOME text editor"; maintainers = with maintainers; [ bobby285271 ]; license = licenses.gpl2Plus; Loading