armadillo: 10.5.1 -> 10.5.2

This commit is contained in:
R. RyanTM 2021-06-14 17:55:46 +00:00 committed by Jonathan Ringer
parent 7ed53cf84d
commit c7f00cd594

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "10.5.1";
version = "10.5.2";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "sha256-lq1uHLzyjz0cH/ly3ixA2t3b12gyVrrVAtPEY9L2TN8=";
sha256 = "sha256-Y/I87cVIpelASBblDPj4/MSSqxqtxsDO8wv8Kvzq2V8=";
};
nativeBuildInputs = [ cmake ];