Skip to content

Commit

Permalink
Merge pull request #101307 from r-ryantm/auto-update/armadillo
Browse files Browse the repository at this point in the history
armadillo: 9.900.3 -> 10.1.0
  • Loading branch information
ryantm committed Oct 22, 2020
2 parents 5f7a159 + 7616020 commit 166ab9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/armadillo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "armadillo";
version = "9.900.3";
version = "10.1.0";

src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "02pwhf3y2qq50dswjvfcijaw938d1zi1hxr17msv2x1ahlvff5fn";
sha256 = "15c3amyrk496v0s6r2pn8dw4v82f4ld347nbv5qdzd6injsg3qvj";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 166ab9d

Please sign in to comment.