summary refs log tree commit diff
path: root/pkgs/development/libraries/matio
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-15 11:49:52 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-15 11:49:52 +0200
commit071693e5df98a7493f8a62eaf0d190d02e285740 (patch)
tree6fbf5281f2fdd749e07ed222946f1fdcdfed60ac /pkgs/development/libraries/matio
parent0134709369b2f5e7f8ae7de2869c1f5433e2f48d (diff)
downloadnixpkgs-071693e5df98a7493f8a62eaf0d190d02e285740.tar
nixpkgs-071693e5df98a7493f8a62eaf0d190d02e285740.tar.gz
nixpkgs-071693e5df98a7493f8a62eaf0d190d02e285740.tar.bz2
nixpkgs-071693e5df98a7493f8a62eaf0d190d02e285740.tar.lz
nixpkgs-071693e5df98a7493f8a62eaf0d190d02e285740.tar.xz
nixpkgs-071693e5df98a7493f8a62eaf0d190d02e285740.tar.zst
nixpkgs-071693e5df98a7493f8a62eaf0d190d02e285740.zip
matio: 1.5.9 -> 1.5.10
Diffstat (limited to 'pkgs/development/libraries/matio')
-rw-r--r--pkgs/development/libraries/matio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/matio/default.nix b/pkgs/development/libraries/matio/default.nix
index b33950d35e0..83ddcbf52e1 100644
--- a/pkgs/development/libraries/matio/default.nix
+++ b/pkgs/development/libraries/matio/default.nix
@@ -1,9 +1,9 @@
 { stdenv, fetchurl }:
 stdenv.mkDerivation rec {
-  name = "matio-1.5.9";
+  name = "matio-1.5.10";
   src = fetchurl {
     url = "mirror://sourceforge/matio/${name}.tar.gz";
-    sha256 = "0p60c3wdj4w7v7hzdc0iivciq4hwxzhhx0zq8gpv9i8yhdjzkdxy";
+    sha256 = "00dmg2f5k2xgakp7l0lganz122b1agazw5d899xci35xrqc9j821";
   };
 
   meta = with stdenv.lib; {