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

armadillo: 11.2.4 -> 11.4.0
This commit is contained in:
Mario Rodas 2022-09-30 20:48:41 -05:00 committed by GitHub
commit 0fa857f746
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 = "11.2.4";
version = "11.4.0";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "sha256-3EyRlUqxFJC/ZNLfzFSoAvFDk8dWqNVFrBVe7v+n/ZM=";
sha256 = "sha256-AWUxFSwCcppgKqbxb0ujsEdXQNXBvSjTTt1yZPR2Rhw=";
};
nativeBuildInputs = [ cmake ];