about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-02-20 12:20:35 +0800
committerGitHub <noreply@github.com>2024-02-20 12:20:35 +0800
commitd1af457d79a3f3900bead62ffce19229cc8646c5 (patch)
tree89622aa9a2f8a765c0a700c867d1919b9876beb5 /pkgs/applications/editors
parentfa83add1b94552238053367a0cf0286c33c4d716 (diff)
parent2bb2daceeeb0b59d5db2b16b4ae14a49bdc335f8 (diff)
downloadnixlib-d1af457d79a3f3900bead62ffce19229cc8646c5.tar
nixlib-d1af457d79a3f3900bead62ffce19229cc8646c5.tar.gz
nixlib-d1af457d79a3f3900bead62ffce19229cc8646c5.tar.bz2
nixlib-d1af457d79a3f3900bead62ffce19229cc8646c5.tar.lz
nixlib-d1af457d79a3f3900bead62ffce19229cc8646c5.tar.xz
nixlib-d1af457d79a3f3900bead62ffce19229cc8646c5.tar.zst
nixlib-d1af457d79a3f3900bead62ffce19229cc8646c5.zip
Merge pull request #289966 from bobby285271/upd/gedit
gedit: 46.1 → 46.2
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/gedit/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/gedit/default.nix b/pkgs/applications/editors/gedit/default.nix
index 7e4b4040737e..d7e5ac0ba1eb 100644
--- a/pkgs/applications/editors/gedit/default.nix
+++ b/pkgs/applications/editors/gedit/default.nix
@@ -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;