xed-editor: 3.4.1 -> 3.4.2

https://github.com/linuxmint/xed/compare/3.4.1...3.4.2
This commit is contained in:
Bobby Rong 2023-06-26 23:53:03 +08:00
parent 008293231b
commit 4eb02eab86
No known key found for this signature in database

View file

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