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

armadillo: 10.5.0 -> 10.5.1
This commit is contained in:
Ryan Mulligan 2021-05-31 09:57:30 -07:00 committed by GitHub
commit 4335222fd5
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 = "10.5.0";
version = "10.5.1";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "sha256-6pkMNNxtcNfJW0NU2fOwgZveJX27Z3ljSOkeGWCCy4c=";
sha256 = "sha256-lq1uHLzyjz0cH/ly3ixA2t3b12gyVrrVAtPEY9L2TN8=";
};
nativeBuildInputs = [ cmake ];