summary refs log tree commit diff
path: root/pkgs/development/libraries/armadillo
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-17 15:32:15 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-18 00:32:15 +0200
commitf1323634c1083c3594e6a62a7c2ff065e3e9a36d (patch)
treef416b704d458618f497b8a62f7c0abb3960dc94e /pkgs/development/libraries/armadillo
parent41f0c4639a4ab706453086dc49e0333652b45738 (diff)
downloadnixpkgs-f1323634c1083c3594e6a62a7c2ff065e3e9a36d.tar
nixpkgs-f1323634c1083c3594e6a62a7c2ff065e3e9a36d.tar.gz
nixpkgs-f1323634c1083c3594e6a62a7c2ff065e3e9a36d.tar.bz2
nixpkgs-f1323634c1083c3594e6a62a7c2ff065e3e9a36d.tar.lz
nixpkgs-f1323634c1083c3594e6a62a7c2ff065e3e9a36d.tar.xz
nixpkgs-f1323634c1083c3594e6a62a7c2ff065e3e9a36d.tar.zst
nixpkgs-f1323634c1083c3594e6a62a7c2ff065e3e9a36d.zip
armadillo: 8.500.0 -> 8.500.1 (#40700)
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

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 8.500.1 with grep in /nix/store/fgj0bi559rzmrmzm0y0fyfr75wljlwzz-armadillo-8.500.1
- directory tree listing: https://gist.github.com/6b042c178fafc84e571bb6d2ed67ae65
- du listing: https://gist.github.com/32fd420f41d621a7b6b540cabbcf3f53
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 4c98bbc182c..abf251f97f9 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.500.0";
+  version = "8.500.1";
   name = "armadillo-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
-    sha256 = "1wdvii5sncq3d8dh272s1n79mpcwzz437lyyfwy7gm7vbks6j77m";
+    sha256 = "0bm1g93yr79i74382pq1almakpyf42yipiqkqy742jyzwbxhxr5c";
   };
 
   nativeBuildInputs = [ cmake ];