xed-editor: 3.4.2 -> 3.4.3

https://github.com/linuxmint/xed/compare/3.4.2...3.4.3

+2 -2
+2 -2
pkgs/applications/editors/xed-editor/default.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 pname = "xed-editor"; 22 - version = "3.4.2"; 22 + version = "3.4.3"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "linuxmint"; 26 26 repo = "xed"; 27 27 rev = version; 28 - sha256 = "sha256-fTrvHf7iA3qexxdebSgzLXlngAOkdraW3KiVTVYodrY="; 28 + sha256 = "sha256-nc8YS1PcmtM37TJpGl691SlxJliyI2gSGJtNzkWbk9A="; 29 29 }; 30 30 31 31 nativeBuildInputs = [