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

armadillo: 10.2.0 -> 10.2.1
This commit is contained in:
Ryan Mulligan 2021-02-04 06:48:40 -08:00 committed by GitHub
commit d79a658363
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 = "10.2.0";
version = "10.2.1";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "sha256-gvhNUmyNpyJAqwXLErPz8eZ00gzLOOAI5L9TNVsapoo=";
sha256 = "sha256-fY500kh2mvI/yJTYu4jwXjIxeTPL5NqPPFa+j4mp/MQ=";
};
nativeBuildInputs = [ cmake ];