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

armadillo: 9.700.2 -> 9.800.1
This commit is contained in:
Ryan Mulligan 2019-10-22 09:01:32 -07:00 committed by GitHub
commit 61d19f1430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "9.700.2";
version = "9.800.1";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "1g88mizzkza91v51fz174gg0700f6y6snshplffpqw2gjx42ngwj";
sha256 = "1vnshgkz4d992kk2fwqigqfx7gx3145ryb8d2794hn2667h5gkzb";
};
nativeBuildInputs = [ cmake ];