Merge pull request #65978 from r-ryantm/auto-update/matio

matio: 1.5.16 -> 1.5.17
This commit is contained in:
Marek Mahut
2019-08-09 23:55:56 +02:00
committed by GitHub

View File

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