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

armadillo: 12.8.3 -> 12.8.4
This commit is contained in:
Pol Dellaiera
2024-06-02 23:13:14 +02:00
committed by GitHub
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
version = "12.8.3";
version = "12.8.4";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
hash = "sha256-KSJYn2OHeWUEs0Daa7lUvvPYdXTCmFFYkyie3S2JAVE=";
hash = "sha256-VY/lJrmQoWY2eO/zr27JP3nuEoyBpMiu8nrTKPrmETg=";
};
nativeBuildInputs = [ cmake ];