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

armadillo: 10.4.1 -> 10.5.0
This commit is contained in:
Ryan Mulligan 2021-05-25 11:24:41 -07:00 committed by GitHub
commit 497496a221
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.4.1";
version = "10.5.0";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "sha256-5aRR4FXeX4sEhKzVyrLsXbrW3ihze1zHJRDYkuxppYA=";
sha256 = "sha256-6pkMNNxtcNfJW0NU2fOwgZveJX27Z3ljSOkeGWCCy4c=";
};
nativeBuildInputs = [ cmake ];