Merge pull request #211375 from r-ryantm/auto-update/armadillo

armadillo: 11.4.2 -> 11.4.3
This commit is contained in:
markuskowa 2023-01-19 09:49:15 +01:00 committed by GitHub
commit 8f08ecab67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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