dialog: 1.3-2210306 -> 1.3-2210324

This commit is contained in:
AndersonTorres 2021-04-25 14:38:31 -03:00
parent 963a8cfe25
commit 3a7af6de81
2 changed files with 6 additions and 4 deletions

View file

@ -12,14 +12,16 @@ assert unicodeSupport -> ncurses.unicode && ncurses != null;
stdenv.mkDerivation rec {
pname = "dialog";
version = "1.3-20210306";
version = "1.3-20210324";
src = fetchurl {
url = "ftp://ftp.invisible-island.net/dialog/${pname}-${version}.tgz";
hash = "sha256-pz57YHtjX2PAICuzMTEG5wD5H+Sp9NJspwA/brK5yw8=";
hash = "sha256-AcLR4umvmwg+ogDKrQhP39pVF41bv05Cyf/0STUVFlM=";
};
buildInputs = [ ncurses ];
buildInputs = [
ncurses
];
configureFlags = [
"--disable-rpath-hacks"

View file

@ -2264,7 +2264,7 @@ in
inherit (haskellPackages) ghcWithPackages diagrams-builder;
};
dialog = callPackage ../development/tools/misc/dialog { };
dialog = callPackage ../tools/misc/dialog { };
dibbler = callPackage ../tools/networking/dibbler { };