about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-02-04 06:48:40 -0800
committerGitHub <noreply@github.com>2021-02-04 06:48:40 -0800
commitd79a6583634511b25e0d6958592b85facf9eba24 (patch)
tree63c0f5e51fcdda0ffd499a519c5255b24fd1e166 /pkgs
parentd03aa9f26aa40eafe13196fa8915cb039439c74f (diff)
parentdcc3be2c02de645e66c05fd0549d218a988d8d6c (diff)
Merge pull request #111859 from r-ryantm/auto-update/armadillo
armadillo: 10.2.0 -> 10.2.1
Diffstat (limited to 'pkgs')
-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 6696e5720e326..fe67cf04e6027 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 = "10.2.0";
+  version = "10.2.1";
 
   src = fetchurl {
     url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
-    sha256 = "sha256-gvhNUmyNpyJAqwXLErPz8eZ00gzLOOAI5L9TNVsapoo=";
+    sha256 = "sha256-fY500kh2mvI/yJTYu4jwXjIxeTPL5NqPPFa+j4mp/MQ=";
   };
 
   nativeBuildInputs = [ cmake ];