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

armadillo: 9.800.3 -> 9.800.4
This commit is contained in:
Ryan Mulligan 2020-01-27 06:13:40 -08:00 committed by GitHub
commit 391777b709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "9.800.3";
version = "9.800.4";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "16bm1pa5a8wsk497y9s18dyi3hax03z6g2x2z19b6z0bi3ff30d4";
sha256 = "1vcgqshlah5cv1954r1jv02y2iyr0gi5jqc8zz8wmvgm56vm83mw";
};
nativeBuildInputs = [ cmake ];