Merge pull request #65877 from r-ryantm/auto-update/armadillo

armadillo: 9.600.4 -> 9.600.5
This commit is contained in:
Ryan Mulligan 2019-08-04 13:29:05 -07:00 committed by GitHub
commit 4ea4c00ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, cmake, openblasCompat, superlu, hdf5 }:
stdenv.mkDerivation rec {
version = "9.600.4";
version = "9.600.5";
name = "armadillo-${version}";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "1gph9acmk8wqs6n00csvbs94rh153y7ml0w2zlbk9ia8xbgbdbbx";
sha256 = "1gy2rb3klvzx833851qgsbh5k1ds5zffwk0rmy1k8b1g51jdd76x";
};
nativeBuildInputs = [ cmake ];