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

armadillo: 11.2.2 -> 11.2.3
This commit is contained in:
Mario Rodas 2022-07-28 13:50:41 -05:00 committed by GitHub
commit 4c3c29be66
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.2";
version = "11.2.3";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "sha256-1AHZmkImwoxb+9nUMB8LM/4sgAyoZavgDNnFk+OTpic=";
sha256 = "sha256-TC6XzmBwf8HzSPRPevDLbSRm0KrQ0OpL9dXcGA5sukE=";
};
nativeBuildInputs = [ cmake ];