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

armadillo: 10.1.2 -> 10.2.0
This commit is contained in:
markuskowa 2021-01-19 10:23:11 +01:00 committed by GitHub
commit 412733af90
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.1.2";
version = "10.2.0";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "0pb3ypdaiiw0895x1zzzjvkrfp39bsl3s4f6zb5bzv4wbjv7kvwn";
sha256 = "sha256-gvhNUmyNpyJAqwXLErPz8eZ00gzLOOAI5L9TNVsapoo=";
};
nativeBuildInputs = [ cmake ];