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

dialog: 1.3-20180621 -> 1.3-20181107

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dialog/versions

+2 -2
+2 -2
pkgs/development/tools/misc/dialog/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 name = "dialog-${version}"; 12 - version = "1.3-20180621"; 12 + version = "1.3-20181107"; 13 13 14 14 src = fetchurl { 15 15 urls = [ 16 16 "ftp://ftp.invisible-island.net/dialog/${name}.tgz" 17 17 "https://invisible-mirror.net/archives/dialog/${name}.tgz" 18 18 ]; 19 - sha256 = "0yjqczlf64yppgvk4i6s0jm06mdr0mb5m6sj39nf891dnbi5jj2a"; 19 + sha256 = "0mv4a31sz5kc1hyc51cvg9dq54vhlz0vbizn7jgkm9fx4y0cmspg"; 20 20 }; 21 21 22 22 buildInputs = [ ncurses ];