gedit: 46.2 → 47.0

https://gitlab.gnome.org/GNOME/gedit/-/compare/46.2...47.0
This commit is contained in:
Bobby Rong
2024-04-29 22:01:04 +08:00
parent 80ead1c51d
commit 0948026166
+2 -2
View File
@@ -30,13 +30,13 @@
stdenv.mkDerivation rec {
pname = "gedit";
version = "46.2";
version = "47.0";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gedit/${lib.versions.major version}/gedit-${version}.tar.xz";
sha256 = "wIZkErrRR+us4tKC/8u1oOmjBLIP1VZAvuIcgebVAe8=";
sha256 = "+kpZfjTHbUrJFDG1rm4ZHJbGsK8XAuCJmrNRme36G/o=";
};
patches = [