armadillo: 11.4.0 -> 11.4.1

This commit is contained in:
R. Ryantm
2022-10-14 23:48:37 +08:00
committed by Bobby Rong
parent 9765cc81f6
commit a7674cfab3
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "11.4.0";
version = "11.4.1";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "sha256-AWUxFSwCcppgKqbxb0ujsEdXQNXBvSjTTt1yZPR2Rhw=";
sha256 = "sha256-2ttf01vE3CUbNvXdgHKcPFiNZeLsvNTk41mtnLBFI/s=";
};
nativeBuildInputs = [ cmake ];