matio: 1.5.20 -> 1.5.21

This commit is contained in:
R. RyanTM 2021-04-30 21:21:55 +00:00 committed by Jonathan Ringer
parent 5ab09faafb
commit ed09e90e95

View file

@ -1,9 +1,9 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "matio-1.5.20";
name = "matio-1.5.21";
src = fetchurl {
url = "mirror://sourceforge/matio/${name}.tar.gz";
sha256 = "sha256-XR9yofUav2qc0j6qgS+xe4YQlwWQlfSMdoxINcWqJZg=";
sha256 = "sha256-IYCRd+VYOefJTa2nRO5Vwd6n11fdqriWBXdtUBIvsGU=";
};
meta = with lib; {