aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/armadillo
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-16 10:29:39 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-16 10:29:39 -0800
commit8a1f8952aa9ea4d8902b07ab56ed95e161addc30 (patch)
treebddb6bd8ce6290a0670df6d1274208f258209225 /pkgs/development/libraries/armadillo
parente0950ae9ad7e101c16ce8bbc28d566c75bb298fb (diff)
armadillo: 9.200.4 -> 9.200.6
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
Diffstat (limited to 'pkgs/development/libraries/armadillo')
-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 7685a0d9eb4f..b789d89c66b3 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 = "9.200.4";
+ version = "9.200.6";
name = "armadillo-${version}";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
- sha256 = "0rkry405vacvlvkc7xdkzh20zf7yni9hsp65v0dby91na0wcrl8h";
+ sha256 = "1gm8dysb29f3p96bzjgdb5r70dc6y5jq1avg18sdixz0hgnxqq14";
};
nativeBuildInputs = [ cmake ];