We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 2780e2a commit 4cc69faCopy full SHA for 4cc69fa
pkgs/development/libraries/ace/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "ace-${version}";
5
- version = "6.4.2";
+ version = "6.4.3";
6
7
src = fetchurl {
8
url = "http://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2";
9
- sha256 = "0dscvlgxy0fwma63azjkdbc85mh8k751ik67s88w6w75j0psld73";
+ sha256 = "07dvpi3abmjvg7m0aak4x82aj8cvw5zl2cqj525wd3fl6y0pn3mq";
10
};
11
12
enableParallelBuilding = true;
0 commit comments