summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-18 13:47:04 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-18 22:47:04 +0200
commit09aa2457bd3b6633cc2c4e6c21e182322fa78d3c (patch)
treef10c3cf8d6a6c9c8afac85460a7353c408f4f2b1
parent8563f5067f0e5494ee242cbbb3e2374cc17441f4 (diff)
downloadnixpkgs-09aa2457bd3b6633cc2c4e6c21e182322fa78d3c.tar
nixpkgs-09aa2457bd3b6633cc2c4e6c21e182322fa78d3c.tar.gz
nixpkgs-09aa2457bd3b6633cc2c4e6c21e182322fa78d3c.tar.bz2
nixpkgs-09aa2457bd3b6633cc2c4e6c21e182322fa78d3c.tar.lz
nixpkgs-09aa2457bd3b6633cc2c4e6c21e182322fa78d3c.tar.xz
nixpkgs-09aa2457bd3b6633cc2c4e6c21e182322fa78d3c.tar.zst
nixpkgs-09aa2457bd3b6633cc2c4e6c21e182322fa78d3c.zip
mlterm: 3.8.4 -> 3.8.6 (#41993)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mlterm/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6/bin/mlterm had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6/bin/mlfc had a zero exit code or showed the expected version
- /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6/bin/mlcc passed the binary check.
- /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6/bin/mlclient passed the binary check.
- /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6/bin/mlclientx passed the binary check.
- Warning: no invocation of /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6/bin/mlterm-fb had a zero exit code or showed the expected version
- 3 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- found 3.8.6 with grep in /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6
- directory tree listing: https://gist.github.com/917b0ce2af6e7d2a9baa6c66857143a5
- du listing: https://gist.github.com/7b0c64048e0913af1cabbed5885116b2
-rw-r--r--pkgs/applications/misc/mlterm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/mlterm/default.nix b/pkgs/applications/misc/mlterm/default.nix
index 701e4b2e052..31793031dc1 100644
--- a/pkgs/applications/misc/mlterm/default.nix
+++ b/pkgs/applications/misc/mlterm/default.nix
@@ -7,11 +7,11 @@
 
 stdenv.mkDerivation rec {
   name = "mlterm-${version}";
-  version = "3.8.4";
+  version = "3.8.6";
 
   src = fetchurl {
     url = "mirror://sourceforge/project/mlterm/01release/${name}/${name}.tar.gz";
-    sha256 = "07ih7953pr1jr99rayjn57ba5a0cr3niqkmvy9n59lcc1qwcrwf9";
+    sha256 = "06zylbinh84s9v79hrlvv44rd57z7kvgz9afbps3rjcbncxcmivd";
   };
 
   nativeBuildInputs = [ pkgconfig autoconf ];