3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238545 from NickCao/armadillo

armadillo: 12.4.0 -> 12.4.1
This commit is contained in:
Nick Cao 2023-06-19 20:50:24 -06:00 committed by GitHub
commit 54c2d3b8b8
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 = "12.4.0";
version = "12.4.1";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "sha256-mQUoJ4HO0/mXabDkWnBey1AZLKFiIwBwezMC6hZ9yIM=";
hash = "sha256-gSdjXSffuZb6tJXeb/nOhL2bXgTePAA3/CrG3pbc85c=";
};
nativeBuildInputs = [ cmake ];