summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-09-25 23:11:37 +0100
committerGitHub <noreply@github.com>2018-09-25 23:11:37 +0100
commit0f433efe3a8d500c2f0c973e60f1ec3c8e8ff003 (patch)
treefc10364a38fa208d6eec79e1ae2c130c999519c6
parent9e17f34da917dcdf187ebea0c7c0d603cbbe31bb (diff)
parentdbbddb9f081df2a30e794d2e0577e6f98a957f60 (diff)
downloadnixlib-0f433efe3a8d500c2f0c973e60f1ec3c8e8ff003.tar
nixlib-0f433efe3a8d500c2f0c973e60f1ec3c8e8ff003.tar.gz
nixlib-0f433efe3a8d500c2f0c973e60f1ec3c8e8ff003.tar.bz2
nixlib-0f433efe3a8d500c2f0c973e60f1ec3c8e8ff003.tar.lz
nixlib-0f433efe3a8d500c2f0c973e60f1ec3c8e8ff003.tar.xz
nixlib-0f433efe3a8d500c2f0c973e60f1ec3c8e8ff003.tar.zst
nixlib-0f433efe3a8d500c2f0c973e60f1ec3c8e8ff003.zip
Merge pull request #47322 from r-ryantm/auto-update/ace
ace: 6.5.1 -> 6.5.2
-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 a1741513642f..560ccb768b1e 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.5.1";
+  version = "6.5.2";
 
   src = fetchurl {
     url = "http://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2";
-    sha256 = "1vwhyk0lrpnn78xx212d16lf7vl2q6651wc8vxqbd296x6wbnh2y";
+    sha256 = "1ibc62r3nh33c5w9mbnmzzhalb0jry6ccfb5ph62xsayy9nksfgh";
   };
 
   enableParallelBuilding = true;