diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-11-20 07:32:08 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-11-20 07:32:08 +0000 |
| commit | 728d6d9109f62677d4aff41aa9a070dc0adcbf7a (patch) | |
| tree | 29fa4a771d0fb463498d524f0134dd23ef4bbecc | |
| parent | circt: 1.58.0 -> 1.59.0 (diff) | |
| download | nixpkgs-728d6d9109f62677d4aff41aa9a070dc0adcbf7a.tar.gz | |
armadillo: 12.6.5 -> 12.6.6
| -rw-r--r-- | pkgs/development/libraries/armadillo/default.nix | 4 |
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 ]; |
