xed-editor: 3.2.8 -> 3.4.1

https://github.com/linuxmint/xed/compare/3.2.8...3.4.1
This commit is contained in:
Bobby Rong 2023-06-01 19:01:09 +08:00
parent ab005b65dc
commit da20b8bc4a
No known key found for this signature in database

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "xed-editor";
version = "3.2.8";
version = "3.4.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xed";
rev = version;
sha256 = "sha256-ax769qjV0oZ6tnEE5FsXNbHETI6KNgvh0WviBsPs9j8=";
sha256 = "sha256-fBwxc6n4sNNRiKcax96Tl3cFD+Ryvmj+XizB3z2s4+Q=";
};
nativeBuildInputs = [