matio: 1.5.14 -> 1.5.15

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-04-15 02:16:58 -07:00 committed by Frederik Rietdijk
parent bea968d33f
commit 65ca3ab5f4
1 changed files with 2 additions and 2 deletions

View File

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