armadillo: 15.2.2 -> 15.2.3

This commit is contained in:
R. Ryantm
2025-12-29 01:05:02 +00:00
parent 6ab9745ee4
commit ce07de72eb
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "15.2.2";
version = "15.2.3";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
hash = "sha256-juAc1NpVvAe3vH08unAqxugTfThNfnGF8/SuHwx5cE8=";
hash = "sha256-AYLWfWlJ5DR6C8YvyMJ5O+frIDxx8Z7f+T+MRf1KgZA=";
};
nativeBuildInputs = [ cmake ];