dialog: 1.3-20160209 -> 1.3-20171209
This commit is contained in:
parent
e3f83c3f4b
commit
bf8be80ce3
@ -13,11 +13,14 @@ assert unicodeSupport -> ncurses.unicode && ncurses != null;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dialog-${version}";
|
name = "dialog-${version}";
|
||||||
version = "1.3-20160209";
|
version = "1.3-20171209";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://invisible-island.net/dialog/${name}.tgz";
|
urls = [
|
||||||
sha256 = "11rzh14xy9s99gxdi5i7fgmgihjqsv0ls0ksavkmip2y37rgf503";
|
"ftp://ftp.invisible-island.net/dialog/${name}.tgz"
|
||||||
|
"https://invisible-mirror.net/archives/dialog/${name}.tgz"
|
||||||
|
];
|
||||||
|
sha256 = "1rk72as52f5br3wcr74d00wib41w65g8wvi36mfgybly251984r0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user