dialog: 1.3-20181107 -> 1.3-20190211
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
This commit is contained in:
parent
2fcb11a244
commit
1b194208d3
@ -9,14 +9,14 @@ assert unicodeSupport -> ncurses.unicode && ncurses != null;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dialog-${version}";
|
name = "dialog-${version}";
|
||||||
version = "1.3-20181107";
|
version = "1.3-20190211";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"ftp://ftp.invisible-island.net/dialog/${name}.tgz"
|
"ftp://ftp.invisible-island.net/dialog/${name}.tgz"
|
||||||
"https://invisible-mirror.net/archives/dialog/${name}.tgz"
|
"https://invisible-mirror.net/archives/dialog/${name}.tgz"
|
||||||
];
|
];
|
||||||
sha256 = "0mv4a31sz5kc1hyc51cvg9dq54vhlz0vbizn7jgkm9fx4y0cmspg";
|
sha256 = "1lx0bvradzx1zl7znlrsnyljcs596r7wamkhyq37ikbxsy4y5h29";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user