summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-20 07:32:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-20 07:32:08 +0000
commit728d6d9109f62677d4aff41aa9a070dc0adcbf7a (patch)
tree29fa4a771d0fb463498d524f0134dd23ef4bbecc
parentf4f8e7c13d3e3b33e9a43f1e1ff97d1697ec6240 (diff)
armadillo: 12.6.5 -> 12.6.6
-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 76bf38cce169..63ccedd56a19 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 = "12.6.5";
+ version = "12.6.6";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
- hash = "sha256-9vHJh/m8K1LpcYg1zEFqUlz1im1XWoUdIZwMarW4xWM=";
+ hash = "sha256-OFiw/UMXcq8DKtPzXCrrVOjavqWRaefR6fzNeLyCrTU=";
};
nativeBuildInputs = [ cmake ];