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

armadillo: 11.0.1 -> 11.1.1
This commit is contained in:
Bobby Rong 2022-05-28 18:15:09 +08:00 committed by GitHub
commit 0f70e30a56
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 = "11.0.1"; version = "11.1.1";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz"; url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "sha256-5D1ESTdsH8i1YglUMbuCz5xP+Yp5GiKiXQ+W5eeTfCI="; sha256 = "sha256-v6YVSl/v2DLSjVMKWCIf5KLP8qO729guEJveU/sp3Ns=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];