about summary refs log tree commit diff
path: root/pkgs/development/libraries/ace
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-24 13:50:34 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-24 13:50:34 -0800
commitee8059c207abfbe8216bab4a84772091d069f098 (patch)
treed38e6697cccc4820d2c81e92b1a630daf52ac351 /pkgs/development/libraries/ace
parent098c7f3d945c36f6eb57f41aeed9638e2561ad18 (diff)
ace: 6.4.3 -> 6.4.6
Semi-automatic update; builds on NixOS
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 42988e334b071..230a7e64dff32 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.3";
+  version = "6.4.6";
 
   src = fetchurl {
     url = "http://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2";
-    sha256 = "07dvpi3abmjvg7m0aak4x82aj8cvw5zl2cqj525wd3fl6y0pn3mq";
+    sha256 = "0xvdwk2505s615fgsy6g33ncxx70vszqspx0bg6lm8hfd3hb4qyj";
   };
 
   enableParallelBuilding = true;