xed-editor: 3.4.5 -> 3.6.1

https://github.com/linuxmint/xed/compare/3.4.5...3.6.1
This commit is contained in:
Bobby Rong 2024-06-05 21:33:58 +08:00
parent fd6788b5d5
commit a3800d7e5d
No known key found for this signature in database

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "xed-editor";
version = "3.4.5";
version = "3.6.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xed";
rev = version;
sha256 = "sha256-MXRxzmRo/dRhp5Llib9ng1gzWW8uvzqTMjUVK8a3eJ8=";
sha256 = "sha256-RFauTXwiaSd+J8zoJQmib4bKNR4NC/LSCCqCHv8Hdr8=";
};
patches = [