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

armadillo: 12.6.7 -> 12.8.0
This commit is contained in:
maxine 2024-02-09 22:09:57 +01:00 committed by GitHub
commit ee1ce1bde1
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 = "12.6.7";
version = "12.8.0";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
hash = "sha256-3zIGS99cRxU88YCzwgEsihlKB+6JJlSmkUtIb/8s+mk=";
hash = "sha256-qJu2/s5c6f3R0BpLwUXPfMC5OcV3fMpG3mnC9eNBLPA=";
};
nativeBuildInputs = [ cmake ];