Skip to content

Commit 4cc69fa

Browse files
committedJul 19, 2017
ace: 6.4.2 -> 6.4.3
1 parent 2780e2a commit 4cc69fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/ace/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "ace-${version}";
5-
version = "6.4.2";
5+
version = "6.4.3";
66

77
src = fetchurl {
88
url = "http://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2";
9-
sha256 = "0dscvlgxy0fwma63azjkdbc85mh8k751ik67s88w6w75j0psld73";
9+
sha256 = "07dvpi3abmjvg7m0aak4x82aj8cvw5zl2cqj525wd3fl6y0pn3mq";
1010
};
1111

1212
enableParallelBuilding = true;

0 commit comments

Comments
 (0)