about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2024-06-27 16:12:43 -0600
committerGitHub <noreply@github.com>2024-06-27 16:12:43 -0600
commit9f22aad048297608f56eaf0bad8db5cf275f33e7 (patch)
tree0759a3e7a22e5d3693533f7d4c1b23339614cd25 /pkgs/development
parent0cae0507b7c056b08d39c13611433b47f23a215d (diff)
parent3836875e82af368ccda92059a85b8312fef5b1d9 (diff)
Merge pull request #322577 from r-ryantm/auto-update/armadillo
armadillo: 12.8.4 -> 14.0.0
Diffstat (limited to 'pkgs/development')
-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 cedc8edce3952..1e06af6cf9318 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.8.4";
+  version = "14.0.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
-    hash = "sha256-VY/lJrmQoWY2eO/zr27JP3nuEoyBpMiu8nrTKPrmETg=";
+    hash = "sha256-ijWGszJ35tvDyPJ/T/9SIxwsb3YUGRwZDGb7m3i6mLU=";
   };
 
   nativeBuildInputs = [ cmake ];