summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-20 06:01:37 +0000
committerGitHub <noreply@github.com>2023-12-20 06:01:37 +0000
commit29310fd23749235372e2db4fa440a891fffd502b (patch)
treeb28861d594efe348e7529ac67db71ed28f341d2e /pkgs/development/libraries
parenta8d85ad7015661d41833d3051f2f0dd599c537f1 (diff)
parent7749fa1e8c5e2f6a003fd4d3a2ed52924c4a7217 (diff)
Merge staging-next into staging
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 ];