Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

xterm: 395 -> 396 (#361672)

authored by philiptaron.tngl.sh and committed by GitHub 3b0c7abe cea1bb3e

+2 -2
+2 -2
pkgs/by-name/xt/xterm/package.nix
··· 4 5 stdenv.mkDerivation rec { 6 pname = "xterm"; 7 - version = "395"; 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-KG48qlk46uOOICgnYhVnYp3+quaJ6AcLQTyhE5gJPcg="; 15 }; 16 17 patches = [ ./sixel-256.support.patch ];
··· 4 5 stdenv.mkDerivation rec { 6 pname = "xterm"; 7 + version = "396"; 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-Q/lLbQ7stCGamfRjUudG8qtVWOQNki1BGs/5bMd4pqU="; 15 }; 16 17 patches = [ ./sixel-256.support.patch ];