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 20 stdenv.mkDerivation rec { 21 pname = "xed-editor"; 22 - version = "3.4.2"; 23 24 src = fetchFromGitHub { 25 owner = "linuxmint"; 26 repo = "xed"; 27 rev = version; 28 - sha256 = "sha256-fTrvHf7iA3qexxdebSgzLXlngAOkdraW3KiVTVYodrY="; 29 }; 30 31 nativeBuildInputs = [
··· 19 20 stdenv.mkDerivation rec { 21 pname = "xed-editor"; 22 + version = "3.4.3"; 23 24 src = fetchFromGitHub { 25 owner = "linuxmint"; 26 repo = "xed"; 27 rev = version; 28 + sha256 = "sha256-nc8YS1PcmtM37TJpGl691SlxJliyI2gSGJtNzkWbk9A="; 29 }; 30 31 nativeBuildInputs = [