summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/ace
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-18 14:33:50 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-18 23:33:50 +0200
commit9f26d17f4a256d1e6d5152d7c49f5056f0dbb184 (patch)
treea950155c5b2dc13fce73f9aeaf07654e4b61ff42 /pkgs/development/libraries/ace
parent34b7abada4700122160b2a4edb3370e3edd925fc (diff)
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
Diffstat (limited to 'pkgs/development/libraries/ace')
-rw-r--r--pkgs/development/libraries/ace/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ace/default.nix b/pkgs/development/libraries/ace/default.nix
index e428b9a8c785..d1ddb17ba2fc 100644
--- a/pkgs/development/libraries/ace/default.nix
+++ b/pkgs/development/libraries/ace/default.nix
@@ -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;