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

armadillo: 12.8.4 -> 14.0.0
This commit is contained in:
Fabián Heredia Montiel
2024-06-27 16:12:43 -06:00
committed by GitHub
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "12.8.4";
version = "14.0.0";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
hash = "sha256-VY/lJrmQoWY2eO/zr27JP3nuEoyBpMiu8nrTKPrmETg=";
hash = "sha256-ijWGszJ35tvDyPJ/T/9SIxwsb3YUGRwZDGb7m3i6mLU=";
};
nativeBuildInputs = [ cmake ];