armadillo: 14.6.2 -> 14.6.3 (#434371)

This commit is contained in:
Yohann Boniface
2025-08-17 22:23:45 +02:00
committed by GitHub
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "14.6.2";
version = "14.6.3";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
hash = "sha256-Sd23ZnCx0aFC92BjfmU+xbILpzDnYwovPCsT0yTDfgg=";
hash = "sha256-rR4qpbkKOJq3FOLQCXLOZNpCWCsX3YnBiTU1hVHm4gU=";
};
nativeBuildInputs = [ cmake ];