xed-editor: 3.6.9 -> 3.8.1

This commit is contained in:
R. Ryantm
2024-12-16 04:56:02 +00:00
parent 639295b1f6
commit d1f3fafc1d
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "xed-editor";
version = "3.6.9";
version = "3.8.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xed";
rev = version;
hash = "sha256-QPP7LWAiyKt7YBX88qlLS7PucQODH/c/j5WAbO9SF6k=";
hash = "sha256-q6lhgax3W51rtgmmROcrzxgaxz5J9r7CcPwhYDt/A5Y=";
};
patches = [