summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-24 16:02:42 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-24 16:02:42 -0700
commit1e0d2306fc9f4d59bb5fab8781f1b17f76347820 (patch)
treeaf615187bb11808814540db1e1408fe7fc4f63d2
parente630e9da793adc42294f91fae2a4ab6dc682c569 (diff)
downloadnixlib-1e0d2306fc9f4d59bb5fab8781f1b17f76347820.tar
nixlib-1e0d2306fc9f4d59bb5fab8781f1b17f76347820.tar.gz
nixlib-1e0d2306fc9f4d59bb5fab8781f1b17f76347820.tar.bz2
nixlib-1e0d2306fc9f4d59bb5fab8781f1b17f76347820.tar.lz
nixlib-1e0d2306fc9f4d59bb5fab8781f1b17f76347820.tar.xz
nixlib-1e0d2306fc9f4d59bb5fab8781f1b17f76347820.tar.zst
nixlib-1e0d2306fc9f4d59bb5fab8781f1b17f76347820.zip
armadillo: 8.400.0 -> 8.500.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 8.500.0 with grep in /nix/store/4b5v6xvxsbdqgwlqnj421wa0cwhdpw4p-armadillo-8.500.0
- directory tree listing: https://gist.github.com/5849376cdd72ab243c8f004589cb24ec
-rw-r--r--pkgs/development/libraries/armadillo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/armadillo/default.nix b/pkgs/development/libraries/armadillo/default.nix
index a5ca79c0d82e..4c98bbc182c8 100644
--- a/pkgs/development/libraries/armadillo/default.nix
+++ b/pkgs/development/libraries/armadillo/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, cmake, openblasCompat, superlu, hdf5 }:
 
 stdenv.mkDerivation rec {
-  version = "8.400.0";
+  version = "8.500.0";
   name = "armadillo-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
-    sha256 = "16yxhn904ll48879vmycv84rja28im0mrcfgb03nm7bs8lpvrdjw";
+    sha256 = "1wdvii5sncq3d8dh272s1n79mpcwzz437lyyfwy7gm7vbks6j77m";
   };
 
   nativeBuildInputs = [ cmake ];