armadillo: 7.800.1 -> 8.300.0

This commit is contained in:
Josef Kemetmüller
2017-11-25 18:27:01 +01:00
parent 3216947201
commit 7cdab6579d
2 changed files with 6 additions and 7 deletions
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, cmake, openblasCompat, superlu, hdf5 }:
stdenv.mkDerivation rec {
version = "7.800.1";
version = "8.300.0";
name = "armadillo-${version}";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "1nxq2jp4jlvinynv0l04rpdzpnkzdsng0d5vi3hilc0hlsjnbnjs";
sha256 = "0g6wcfrmb2hndz995wrlc80v6d39mhxf26lmycaqv5bjfq050ic5";
};
nativeBuildInputs = [ cmake ];