summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/armadillo/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-07 06:53:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-07 06:53:43 +0000
commit504b2dba55b3c95e6507a80803f9671e07dcf65c (patch)
tree96ff1fb0360185ab6af4397c2a548362e2a28b3a /pkgs/development/libraries/armadillo/default.nix
parentd29bef5cc1b9079b4b5ea6a0feb1a89c7994d50a (diff)
armadillo: 10.8.2 -> 11.0.0
Diffstat (limited to 'pkgs/development/libraries/armadillo/default.nix')
-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 14400f8ebf95..8d57ce5b1568 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 = "10.8.2";
+ version = "11.0.0";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
- sha256 = "sha256-if3YmL9r/3X278OjAYF+Tt51K5qAkn+wfuNYsT41OSI=";
+ sha256 = "sha256-f91PBBpiTNm/I8nYSYLZGI7HA1L6jqA0YanU2hFl8NM=";
};
nativeBuildInputs = [ cmake ];