Merge pull request #36616 from ryantm/auto-update/matio

matio: 1.5.10 -> 1.5.11
This commit is contained in:
Joachim F 2018-03-14 20:31:47 +00:00 committed by GitHub
commit 7c08d10a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "matio-1.5.10";
name = "matio-1.5.11";
src = fetchurl {
url = "mirror://sourceforge/matio/${name}.tar.gz";
sha256 = "00dmg2f5k2xgakp7l0lganz122b1agazw5d899xci35xrqc9j821";
sha256 = "02ygr7bslzvn6mhxvapz57bh4d448xjf3ds82g1cvhn9al6fvk0c";
};
meta = with stdenv.lib; {