matio: 1.5.9 -> 1.5.10

This commit is contained in:
Vincent Laporte 2017-07-15 11:49:52 +02:00
parent 0134709369
commit 071693e5df

View File

@ -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; {