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

armadillo: 9.870.2 -> 9.880.1
This commit is contained in:
Ryan Mulligan 2020-05-20 08:19:29 -07:00 committed by GitHub
commit a3a6c952ed
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.870.2";
version = "9.880.1";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "0mpp1iq4ws9yhcv0bnn0czzyim7whcan34c7a052sh8w9kp5y6sl";
sha256 = "17sb9hylrr7wl63whr39ypjg7xps32k9z5zdgchj5dyq6n6kw3wh";
};
nativeBuildInputs = [ cmake ];