Update matio: 1.5.17 -> 1.5.18

This commit is contained in:
Max Hausch 2020-10-26 22:46:48 +01:00 committed by Vincent Laporte
parent ccf24bf7dd
commit ae61f4f1cc

View File

@ -1,9 +1,9 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "matio-1.5.17";
name = "matio-1.5.18";
src = fetchurl {
url = "mirror://sourceforge/matio/${name}.tar.gz";
sha256 = "00644612zhn53j25vj50q73kmjcrsns2lnmy99y2kavhsckmaiay";
sha256 = "09gy507zm1gxxyxf5qapzgars51pm16wis7lqqf84kc57ak73baz";
};
meta = with stdenv.lib; {