matio: 1.5.13 -> 1.5.14

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matio/versions
This commit is contained in:
R. RyanTM 2019-03-25 22:24:55 -07:00 committed by Vincent Laporte
parent 68efd790b8
commit 6f235bc812

View file

@ -1,9 +1,9 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "matio-1.5.13";
name = "matio-1.5.14";
src = fetchurl {
url = "mirror://sourceforge/matio/${name}.tar.gz";
sha256 = "1jz5760jn1cifr479znhmzksi8fp07j99jd8xdnxpjd79gsv5bgy";
sha256 = "0vhzh0idzlm0m28gxsnv1dcfp0229vdj49d749qn4xfdyncbnfhb";
};
meta = with stdenv.lib; {