armadillo: 9.880.1 -> 9.900.1

This commit is contained in:
R. RyanTM 2020-06-09 07:47:18 +00:00
parent b56c66e7e8
commit 0e0df31e2a

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 ];