armadillo: 11.4.1 -> 11.4.2

This commit is contained in:
R. Ryantm 2022-10-24 08:02:27 +00:00 committed by Bobby Rong
parent 55325e23f8
commit 3dcfce65a0

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "11.4.1";
version = "11.4.2";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "sha256-2ttf01vE3CUbNvXdgHKcPFiNZeLsvNTk41mtnLBFI/s=";
sha256 = "sha256-5oYBNPGsllbGoczHTHS3X4xZZqyGEoQfL78Mkc459Ok=";
};
nativeBuildInputs = [ cmake ];