ace: 6.5.0 -> 6.5.1 (#45258)

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.
This commit is contained in:
R. RyanTM 2018-08-20 13:48:40 -07:00 committed by xeji
parent 69d3bdfa16
commit 27ecfd34e8

View file

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