about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-29 13:58:58 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-29 22:58:58 +0200
commit8e3415eb86d095a63ae3f4dcc100fda68603b28d (patch)
treec74da7a3644417b29074738a33d3313fa734fbbf
parent05474564b29e8fea5acff814dd841359e537fcba (diff)
downloadnixlib-8e3415eb86d095a63ae3f4dcc100fda68603b28d.tar
nixlib-8e3415eb86d095a63ae3f4dcc100fda68603b28d.tar.gz
nixlib-8e3415eb86d095a63ae3f4dcc100fda68603b28d.tar.bz2
nixlib-8e3415eb86d095a63ae3f4dcc100fda68603b28d.tar.lz
nixlib-8e3415eb86d095a63ae3f4dcc100fda68603b28d.tar.xz
nixlib-8e3415eb86d095a63ae3f4dcc100fda68603b28d.tar.zst
nixlib-8e3415eb86d095a63ae3f4dcc100fda68603b28d.zip
dialog: 1.3-20171209 -> 1.3-20180621 (#42512)
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.

These checks were done:

- built on NixOS
- /nix/store/m0hxh556s4yrr5m1sdbj1hr4kghms99x-dialog-1.3-20180621/bin/dialog passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.3-20180621 with grep in /nix/store/m0hxh556s4yrr5m1sdbj1hr4kghms99x-dialog-1.3-20180621
- directory tree listing: https://gist.github.com/a0a4bc59b6cd5033a62a99d509b6903e
- du listing: https://gist.github.com/fd4c8d60fa9ed0c6f0fb56fdaf3f8b2b
-rw-r--r--pkgs/development/tools/misc/dialog/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/dialog/default.nix b/pkgs/development/tools/misc/dialog/default.nix
index 8c2365974843..82b224b37f42 100644
--- a/pkgs/development/tools/misc/dialog/default.nix
+++ b/pkgs/development/tools/misc/dialog/default.nix
@@ -13,14 +13,14 @@ assert unicodeSupport -> ncurses.unicode && ncurses != null;
 
 stdenv.mkDerivation rec {
   name = "dialog-${version}";
-  version = "1.3-20171209";
+  version = "1.3-20180621";
 
   src = fetchurl {
     urls = [
       "ftp://ftp.invisible-island.net/dialog/${name}.tgz"
       "https://invisible-mirror.net/archives/dialog/${name}.tgz"
     ];
-    sha256 = "1rk72as52f5br3wcr74d00wib41w65g8wvi36mfgybly251984r0";
+    sha256 = "0yjqczlf64yppgvk4i6s0jm06mdr0mb5m6sj39nf891dnbi5jj2a";
   };
 
   buildInputs = [ ncurses ];