armadillo: 14.6.1 -> 14.6.2 (#432036)

This commit is contained in:
Markus Kowalewski 2025-08-11 14:43:26 +02:00 committed by GitHub
commit da43309907
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "14.6.1";
version = "14.6.2";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
hash = "sha256-vsZ/No/GFnPEyelCnSATWkK6gKLH+FkrkS5fl+KJv8A=";
hash = "sha256-Sd23ZnCx0aFC92BjfmU+xbILpzDnYwovPCsT0yTDfgg=";
};
nativeBuildInputs = [ cmake ];