xed-editor: 3.4.3 -> 3.4.4

https://github.com/linuxmint/xed/compare/3.4.3...3.4.4
This commit is contained in:
Bobby Rong
2023-12-04 21:53:31 +08:00
parent a50e21b239
commit 75d832528d
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "xed-editor";
version = "3.4.3";
version = "3.4.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xed";
rev = version;
sha256 = "sha256-nc8YS1PcmtM37TJpGl691SlxJliyI2gSGJtNzkWbk9A=";
sha256 = "sha256-IpUBB7Viwc/nRfwzFllRiWoOmUxRZzS2BcxyM7W3oHI=";
};
nativeBuildInputs = [