xed-editor: 3.6.3 -> 3.6.4

This commit is contained in:
R. Ryantm
2024-07-05 22:13:47 +08:00
committed by Bobby Rong
parent f28eac1fd0
commit 0cb797c20f
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "xed-editor";
version = "3.6.3";
version = "3.6.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xed";
rev = version;
sha256 = "sha256-xsNqzicI11dM/DjY00pXaPpQdHA0ltP23g34fMWUoUA=";
sha256 = "sha256-EwBcgFHw6Mh+eS5hfTLoywH0dVt/TpNt4y6xQxe/x/Q=";
};
patches = [