Merge pull request #290264 from trofi/xterm-update

xterm: 389 -> 390

authored by Mario Rodas and committed by GitHub 9916ff9d a711d619

+2 -2
+2 -2
pkgs/applications/terminal-emulators/xterm/default.nix
··· 4 5 stdenv.mkDerivation rec { 6 pname = "xterm"; 7 - version = "389"; 8 9 src = fetchurl { 10 urls = [ 11 "ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz" 12 "https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz" 13 ]; 14 - hash = "sha256-HNV2PZTZNw/tENgE6DGgibKs4OenS29W71oWp2a9574="; 15 }; 16 17 strictDeps = true;
··· 4 5 stdenv.mkDerivation rec { 6 pname = "xterm"; 7 + version = "390"; 8 9 src = fetchurl { 10 urls = [ 11 "ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz" 12 "https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz" 13 ]; 14 + hash = "sha256-dRF8PMUXSgnEJe8QbmlATXL17wXgOl2gCq8VeS1vnA8="; 15 }; 16 17 strictDeps = true;