summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/ace
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-17 08:41:35 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-17 08:41:35 -0700
commit2e3da6ef7ada2c3153f56b748c77e759a8524eed (patch)
tree8d65b7cb254d956ea9a0a33b95d3ec794714e714 /pkgs/development/libraries/ace
parent548607d830490a5f48e85b28f57902acbb94a3b1 (diff)
ace: 6.4.6 -> 6.4.7
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7/bin/ace_gperf -v` and found version 6.4.7 - found 6.4.7 with grep in /nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7 - found 6.4.7 in filename of file in /nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7 - directory tree listing: https://gist.github.com/df8ae93ced1ab4c4b624c7739501f2a7
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 230a7e64dff3..d61315f7db85 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.6";
+ version = "6.4.7";
src = fetchurl {
url = "http://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2";
- sha256 = "0xvdwk2505s615fgsy6g33ncxx70vszqspx0bg6lm8hfd3hb4qyj";
+ sha256 = "1zbncdxkkwnx4aphy0apnp7xn4aspxvq2h9bbjh33dpsy0j81afd";
};
enableParallelBuilding = true;