Merge pull request #326656 from trofi/xterm-update

xterm: 392 -> 393

authored by kirillrdy and committed by GitHub 5ad4b7f3 0a3ed67f

+2 -2
+2 -2
pkgs/applications/terminal-emulators/xterm/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "xterm"; 7 - version = "392"; 7 + version = "393"; 8 8 9 9 src = fetchurl { 10 10 urls = [ 11 11 "ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz" 12 12 "https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz" 13 13 ]; 14 - hash = "sha256-TVc3LvCOr6n7doLbjQe+D+BRPljoR4wuyOm2JIbn/l4="; 14 + hash = "sha256-3Dq/Uz1mrj20nmeDsOHinw5NBFtLPax5el6Tvic17Hs="; 15 15 }; 16 16 17 17 patches = [ ./sixel-256.support.patch ];