armadillo: 12.6.7 -> 12.8.0

This commit is contained in:
R. Ryantm 2024-02-07 04:41:26 +00:00
parent 0b9427cf71
commit a890c7cb0b

View File

@ -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 ];