matio: 1.5.21 -> 1.5.22

This commit is contained in:
R. Ryantm
2022-03-27 11:15:18 +02:00
committed by Vincent Laporte
parent b02ce4bdfe
commit 98e68b355d
+2 -2
View File
@@ -1,10 +1,10 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
pname = "matio";
version = "1.5.21";
version = "1.5.22";
src = fetchurl {
url = "mirror://sourceforge/matio/${pname}-${version}.tar.gz";
sha256 = "sha256-IYCRd+VYOefJTa2nRO5Vwd6n11fdqriWBXdtUBIvsGU=";
sha256 = "sha256-gMPR4iLhFXaLV7feZAo30O58t6O9A52z6pQecfxSBMM=";
};
meta = with lib; {