gnome.gedit: 43.2 → 44.2

https://gitlab.gnome.org/GNOME/gedit/-/compare/43.2...44.2
This commit is contained in:
Bobby Rong 2023-01-28 07:01:26 +00:00
parent da89cd8304
commit 73edcd48e0
No known key found for this signature in database

View file

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "gedit";
version = "43.2";
version = "44.2";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gedit/${lib.versions.major version}/gedit-${version}.tar.xz";
sha256 = "+VDS01xZS7bI28n1RAytd4jKCoaI4rB4Rvg96aTj/CU=";
sha256 = "O7sbN3XUwnfa9UqqtEsOuDpOsfCfA5GAAEHJ5WiT7BE=";
};
patches = [