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

armadillo: 12.6.7 -> 12.8.0
This commit is contained in:
maxine
2024-02-09 22:09:57 +01:00
committed by GitHub
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "12.6.7";
version = "12.8.0";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
hash = "sha256-3zIGS99cRxU88YCzwgEsihlKB+6JJlSmkUtIb/8s+mk=";
hash = "sha256-qJu2/s5c6f3R0BpLwUXPfMC5OcV3fMpG3mnC9eNBLPA=";
};
nativeBuildInputs = [ cmake ];