xed-editor: 3.6.7 -> 3.6.9

https://github.com/linuxmint/xed/compare/3.6.7...3.6.9
This commit is contained in:
Bobby Rong
2024-12-04 23:26:02 +08:00
parent b2b15dbc81
commit abc9f76d7f
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "xed-editor";
version = "3.6.7";
version = "3.6.9";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xed";
rev = version;
hash = "sha256-hQy06+/8rJIvHK7uKyMsIMH0qAZgza/2l/hOHDMOgo4=";
hash = "sha256-QPP7LWAiyKt7YBX88qlLS7PucQODH/c/j5WAbO9SF6k=";
};
patches = [