armadillo: 14.0.3 -> 14.2.1 (#360416)

This commit is contained in:
Weijia Wang 2024-12-03 21:54:10 +01:00 committed by GitHub
commit 0fe78ee9eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "14.0.3";
version = "14.2.1";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
hash = "sha256-69YhXusB7kEv7QeMip9/h9Th9hh+vNwbwJ9GCVpPQAM=";
hash = "sha256-JJWBXPnRMPcP/7ahJzPQ3K+Gy6rFHotLgq0lGD7aHdU=";
};
nativeBuildInputs = [ cmake ];