armadillo: 9.600.5 -> 9.600.6

This commit is contained in:
Markus Kowalewski 2019-08-16 22:46:11 +02:00
parent 21a9aa0fcc
commit f0a0c2ae61
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

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