gedit: 48.2 -> 49.0

https://gitlab.gnome.org/World/gedit/gedit/-/compare/48.1...49.0
This commit is contained in:
Bobby Rong
2026-01-07 23:42:56 +08:00
parent 0ed2a1471a
commit 626771cdd9
+2 -2
View File
@@ -28,7 +28,7 @@
stdenv.mkDerivation rec {
pname = "gedit";
version = "48.2";
version = "49.0";
outputs = [
"out"
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
repo = "gedit";
tag = version;
fetchSubmodules = true;
hash = "sha256-M8ZyjY4wSogEjhEx9sOKfuGkbiypDmZoU0H4ja+TgaY=";
hash = "sha256-IW3zBQOq/eeIjJbgJooHlOd+6/ZHOG6DUspHUlopG8A=";
};
patches = [