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

armadillo: 11.2.0 -> 11.2.2
This commit is contained in:
Artturi 2022-07-16 07:01:01 +03:00 committed by GitHub
commit d64cb3d092
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.0";
version = "11.2.2";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "sha256-31yiFZAcaMY0Z8C/7hTwjjTYdaR6sPCVCCqzLd/08kM=";
sha256 = "sha256-1AHZmkImwoxb+9nUMB8LM/4sgAyoZavgDNnFk+OTpic=";
};
nativeBuildInputs = [ cmake ];