summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/armadillo/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 19:10:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 19:10:20 +0000
commitc92c834ac0c6f8106baa1b45f2702ea45ffe50de (patch)
treebd9d076b33ae0f3aae1fe5d4329757c7342a514b /pkgs/development/libraries/armadillo/default.nix
parentec92e5a7acd64d88393a4c67541318e2279c2cb5 (diff)
armadillo: 11.2.0 -> 11.2.2
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 539288acd4c8..43fa2027cc81 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 = "11.2.0";
+ version = "11.2.2";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
- sha256 = "sha256-31yiFZAcaMY0Z8C/7hTwjjTYdaR6sPCVCCqzLd/08kM=";
+ sha256 = "sha256-1AHZmkImwoxb+9nUMB8LM/4sgAyoZavgDNnFk+OTpic=";
};
nativeBuildInputs = [ cmake ];