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

armadillo: 9.900.1 -> 9.900.2
This commit is contained in:
Mario Rodas 2020-07-20 18:39:01 -05:00 committed by GitHub
commit 3d0eeff56b
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.900.1";
version = "9.900.2";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "0dfn6wbr7mrh1nzg2rj642p4sycwchf0k743ipgdwvyh4ihsvmsk";
sha256 = "01bdw8y2nhj296px6vfh0ibc4gpfa08qh1gb33vzgp9a8k4mi1np";
};
nativeBuildInputs = [ cmake ];