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
1 changed files with 2 additions and 2 deletions

View File

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