ace: 6.4.8 -> 6.5.0 (#42038)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/4fh87988qw0bjzks9cy73ly1np8bkkn3-ace-6.5.0/bin/ace_gperf passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 6.5.0 with grep in /nix/store/4fh87988qw0bjzks9cy73ly1np8bkkn3-ace-6.5.0
- directory tree listing: https://gist.github.com/fa80e4b2dda282f3a3dc47a359985002
- du listing: https://gist.github.com/35c8e366656494975834ec145335d2f5
This commit is contained in:
R. RyanTM 2018-06-18 14:33:50 -07:00 committed by xeji
parent 34b7abada4
commit 9f26d17f4a

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "ace-${version}";
version = "6.4.8";
version = "6.5.0";
src = fetchurl {
url = "http://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2";
sha256 = "190cyfs2najph2yycyj8abzddwa8s4wx8lx38iv237plwfl2308g";
sha256 = "0mzkyn7bjw3h8q22ajg765dflwxnsz6b20ql23gcbqkxfjvvdyyv";
};
enableParallelBuilding = true;