aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/armadillo
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-25 23:59:53 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-09-25 23:59:53 -0700
commit1e4c57dbe1991c2dc6d4927d761d71a89b287a7c (patch)
treed07678981b7890b5bb5e0854cd395aef8919592e /pkgs/development/libraries/armadillo
parent96ac71d680fe8d07e51fa979b0818b9aae06e1ec (diff)
armadillo: 9.600.6 -> 9.700.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/armadillo/versions
Diffstat (limited to 'pkgs/development/libraries/armadillo')
-rw-r--r--pkgs/development/libraries/armadillo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/armadillo/default.nix b/pkgs/development/libraries/armadillo/default.nix
index 127c2f3ae311..c2031f372634 100644
--- a/pkgs/development/libraries/armadillo/default.nix
+++ b/pkgs/development/libraries/armadillo/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
- version = "9.600.6";
+ version = "9.700.2";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
- sha256 = "0wlk1yv9531vpvgja4cpy0sxykrn0p5w376kx86vl45b50yamx7g";
+ sha256 = "1g88mizzkza91v51fz174gg0700f6y6snshplffpqw2gjx42ngwj";
};
nativeBuildInputs = [ cmake ];