Merge pull request #132281 from AndersonTorres/new-dialog

dialog: 1.3-20210324 -> 1.3-20210621

authored by

Anderson Torres and committed by
GitHub
2a22c805 49fcc13e

+5 -3
+5 -3
pkgs/tools/misc/dialog/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "dialog"; 15 - version = "1.3-20210324"; 15 + version = "1.3-20210621"; 16 16 17 17 src = fetchurl { 18 18 url = "ftp://ftp.invisible-island.net/dialog/${pname}-${version}.tgz"; 19 - hash = "sha256-AcLR4umvmwg+ogDKrQhP39pVF41bv05Cyf/0STUVFlM="; 19 + hash = "sha256-w68izPzZuso4QGIQjdk1ToaZCSnuJwwjnu9pUYxdp8g="; 20 20 }; 21 21 22 22 buildInputs = [ ··· 30 30 "--with-libtool-opts=${lib.optionalString enableShared "-shared"}" 31 31 ]; 32 32 33 - installTargets = [ "install${lib.optionalString withLibrary "-full"}" ]; 33 + installTargets = [ 34 + "install${lib.optionalString withLibrary "-full"}" 35 + ]; 34 36 35 37 meta = with lib; { 36 38 homepage = "https://invisible-island.net/dialog/dialog.html";