about summary refs log tree commit diff
path: root/pkgs/development/libraries/ace
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-16 06:52:17 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-05-16 06:52:17 +0000
commit4539a5b8be350016b4cc8af67aab6baba88005f4 (patch)
treeda12dca7fb65cff4989210e811b61cece08c0fa7 /pkgs/development/libraries/ace
parent8ceb0380a252d91ba6ba8ce90befbdf5c99c7bd2 (diff)
ace: 7.0.1 -> 7.0.2
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 8210bdb4425e9..b27cb8aae35a8 100644
--- a/pkgs/development/libraries/ace/default.nix
+++ b/pkgs/development/libraries/ace/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ace";
-  version = "7.0.1";
+  version = "7.0.2";
 
   src = fetchurl {
     url = "https://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2";
-    sha256 = "sha256-5nH5a0tBOcGfA07eeh9EjH0vgT3gTRWYHXoeO+QFQjQ=";
+    sha256 = "sha256-IftPSQOrZOqMLHHlUFEFa3WcvsqN5kdS5rSlGE8ETC4=";
   };
 
   enableParallelBuilding = true;