armadillo: 12.6.0 -> 12.6.4

This commit is contained in:
R. Ryantm
2023-10-09 13:01:26 +00:00
parent 85f158659a
commit cce6560fe5
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "12.6.0";
version = "12.6.4";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
hash = "sha256-tBAqOEeRrxbZ5fuzBvEf41ar+8oKfXynq7yaipRmECo=";
hash = "sha256-638kP/wy8YMkvH+peNA1hjfnNXyng2vsVbTrVul0k4A=";
};
nativeBuildInputs = [ cmake ];