xed-editor: 3.6.1 -> 3.6.2

https://github.com/linuxmint/xed/compare/3.6.1...3.6.2
This commit is contained in:
Bobby Rong 2024-06-12 22:09:48 +08:00
parent 902922c2f0
commit 713bb9ea97
No known key found for this signature in database

View File

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