Unverified Commit d1af457d authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #289966 from bobby285271/upd/gedit

gedit: 46.1 → 46.2
parents fa83add1 2bb2dace
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [
@@ -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;