summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-12-20 10:16:21 +0900
committerGitHub <noreply@github.com>2023-12-20 10:16:21 +0900
commit2acdaf73f716e2e1e8d91fb706371bb39e25cdff (patch)
tree0d16c1630e666823e6d76661966a2d3597600a44 /pkgs/development/libraries
parent039ea0bd2a547f09e9f6c41435c3e6587dcc8cd8 (diff)
parent8c8b517d1aa30018c1ac8dcfd1add4df3aee2f3d (diff)
Merge pull request #275334 from r-ryantm/auto-update/armadillo
armadillo: 12.6.6 -> 12.6.7
Diffstat (limited to 'pkgs/development/libraries')
-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 63ccedd56a19..72c1214970ce 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.6";
+ version = "12.6.7";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
- hash = "sha256-OFiw/UMXcq8DKtPzXCrrVOjavqWRaefR6fzNeLyCrTU=";
+ hash = "sha256-3zIGS99cRxU88YCzwgEsihlKB+6JJlSmkUtIb/8s+mk=";
};
nativeBuildInputs = [ cmake ];