summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 16:22:42 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 16:22:42 -0700
commit5c339c9366ac87305cecaff867df909902114f96 (patch)
treeda002a1ac42d51caab9e510ce9833cece89c5366 /pkgs/development
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
downloadnixlib-5c339c9366ac87305cecaff867df909902114f96.tar
nixlib-5c339c9366ac87305cecaff867df909902114f96.tar.gz
nixlib-5c339c9366ac87305cecaff867df909902114f96.tar.bz2
nixlib-5c339c9366ac87305cecaff867df909902114f96.tar.lz
nixlib-5c339c9366ac87305cecaff867df909902114f96.tar.xz
nixlib-5c339c9366ac87305cecaff867df909902114f96.tar.zst
nixlib-5c339c9366ac87305cecaff867df909902114f96.zip
armadillo: 8.500.1 -> 8.600.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

- 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.600.0 with grep in /nix/store/m4l2zgjz09q33vv7k1gfj5h5qai41zz5-armadillo-8.600.0
- directory tree listing: https://gist.github.com/1453f46d5d1e8d2711fee7764e49fc8b
- du listing: https://gist.github.com/843d38178389290c409688879c45f3b0
Diffstat (limited to 'pkgs/development')
-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 abf251f97f97..c61e960e051d 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.1";
+  version = "8.600.0";
   name = "armadillo-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
-    sha256 = "0bm1g93yr79i74382pq1almakpyf42yipiqkqy742jyzwbxhxr5c";
+    sha256 = "0h3bj93s7pr7nfwgjx6c49hgf6jlp5ninp921a8krhkzx4swf02z";
   };
 
   nativeBuildInputs = [ cmake ];