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

armadillo: 10.2.1 -> 10.2.2
This commit is contained in:
Mario Rodas 2021-02-28 22:51:40 -05:00 committed by GitHub
commit e7d7277451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "armadillo"; pname = "armadillo";
version = "10.2.1"; version = "10.2.2";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz"; url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "sha256-fY500kh2mvI/yJTYu4jwXjIxeTPL5NqPPFa+j4mp/MQ="; sha256 = "sha256-lClfxi7MQ3PlqWx7Yrkj/XGoHzFaqVl7KCqv2FWelDU=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];