summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-18 08:34:52 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-18 17:34:52 +0200
commit218b60b85d807092cec43d1a3de8d71ccb24ed81 (patch)
tree716d1772f77f7f27b4895ed29d936f1a312ce0ab /pkgs
parente8b8ba148e6966b367e293d85b0b2bb15a02e472 (diff)
downloadnixlib-218b60b85d807092cec43d1a3de8d71ccb24ed81.tar
nixlib-218b60b85d807092cec43d1a3de8d71ccb24ed81.tar.gz
nixlib-218b60b85d807092cec43d1a3de8d71ccb24ed81.tar.bz2
nixlib-218b60b85d807092cec43d1a3de8d71ccb24ed81.tar.lz
nixlib-218b60b85d807092cec43d1a3de8d71ccb24ed81.tar.xz
nixlib-218b60b85d807092cec43d1a3de8d71ccb24ed81.tar.zst
nixlib-218b60b85d807092cec43d1a3de8d71ccb24ed81.zip
ace: 6.4.7 -> 6.4.8 (#40696)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ace/versions.

These checks were done:

- built on NixOS
- /nix/store/2bjwljxg8xr8f44h622mqc3xacy9419y-ace-6.4.8/bin/ace_gperf passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 6.4.8 with grep in /nix/store/2bjwljxg8xr8f44h622mqc3xacy9419y-ace-6.4.8
- directory tree listing: https://gist.github.com/246159b0e45b5fe1369de042fd0534cf
- du listing: https://gist.github.com/dc07102e153c9c3a7f97e1fe743aed1b
Diffstat (limited to 'pkgs')
-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 d61315f7db85..e428b9a8c785 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.7";
+  version = "6.4.8";
 
   src = fetchurl {
     url = "http://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2";
-    sha256 = "1zbncdxkkwnx4aphy0apnp7xn4aspxvq2h9bbjh33dpsy0j81afd";
+    sha256 = "190cyfs2najph2yycyj8abzddwa8s4wx8lx38iv237plwfl2308g";
   };
 
   enableParallelBuilding = true;