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

armadillo: 12.6.5 -> 12.6.6
This commit is contained in:
Fabián Heredia Montiel 2023-11-20 17:26:22 +00:00 committed by GitHub
commit 24c0634853
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 = "12.6.5";
version = "12.6.6";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
hash = "sha256-9vHJh/m8K1LpcYg1zEFqUlz1im1XWoUdIZwMarW4xWM=";
hash = "sha256-OFiw/UMXcq8DKtPzXCrrVOjavqWRaefR6fzNeLyCrTU=";
};
nativeBuildInputs = [ cmake ];