about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-02-19 13:39:32 +0000
committerBobby Rong <rjl931189261@126.com>2024-02-19 21:49:12 +0800
commit2bb2daceeeb0b59d5db2b16b4ae14a49bdc335f8 (patch)
treef80c66b8a670a80309dba1ae983f85fa6bca5093 /pkgs/applications/editors
parent5863c27340ba4de8f83e7e3c023b9599c3cb3c80 (diff)
downloadnixlib-2bb2daceeeb0b59d5db2b16b4ae14a49bdc335f8.tar
nixlib-2bb2daceeeb0b59d5db2b16b4ae14a49bdc335f8.tar.gz
nixlib-2bb2daceeeb0b59d5db2b16b4ae14a49bdc335f8.tar.bz2
nixlib-2bb2daceeeb0b59d5db2b16b4ae14a49bdc335f8.tar.lz
nixlib-2bb2daceeeb0b59d5db2b16b4ae14a49bdc335f8.tar.xz
nixlib-2bb2daceeeb0b59d5db2b16b4ae14a49bdc335f8.tar.zst
nixlib-2bb2daceeeb0b59d5db2b16b4ae14a49bdc335f8.zip
gedit: 46.1 → 46.2
https://gitlab.gnome.org/GNOME/gedit/-/compare/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;