summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-22 07:13:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-22 07:13:13 +0000
commitc6a937fcfc6cd70342359b24d4316eb2e83a003f (patch)
treeb310c9a44087309c9695ba13288a558c531f5db5 /pkgs/development
parenteed65357919870061fba1fb6a70756041903f42b (diff)
downloadnixpkgs-c6a937fcfc6cd70342359b24d4316eb2e83a003f.tar
nixpkgs-c6a937fcfc6cd70342359b24d4316eb2e83a003f.tar.gz
nixpkgs-c6a937fcfc6cd70342359b24d4316eb2e83a003f.tar.bz2
nixpkgs-c6a937fcfc6cd70342359b24d4316eb2e83a003f.tar.lz
nixpkgs-c6a937fcfc6cd70342359b24d4316eb2e83a003f.tar.xz
nixpkgs-c6a937fcfc6cd70342359b24d4316eb2e83a003f.tar.zst
nixpkgs-c6a937fcfc6cd70342359b24d4316eb2e83a003f.zip
armadillo: 11.0.0 -> 11.0.1
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 8d57ce5b156..ce41240ecf7 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 = "11.0.0";
+  version = "11.0.1";
 
   src = fetchurl {
     url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
-    sha256 = "sha256-f91PBBpiTNm/I8nYSYLZGI7HA1L6jqA0YanU2hFl8NM=";
+    sha256 = "sha256-5D1ESTdsH8i1YglUMbuCz5xP+Yp5GiKiXQ+W5eeTfCI=";
   };
 
   nativeBuildInputs = [ cmake ];