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

armadillo: 9.880.1 -> 9.900.1
This commit is contained in:
Ryan Mulligan 2020-06-09 06:06:19 -07:00 committed by GitHub
commit 7487fcb844
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.880.1";
version = "9.900.1";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "17sb9hylrr7wl63whr39ypjg7xps32k9z5zdgchj5dyq6n6kw3wh";
sha256 = "0dfn6wbr7mrh1nzg2rj642p4sycwchf0k743ipgdwvyh4ihsvmsk";
};
nativeBuildInputs = [ cmake ];