matio: 1.5.23 -> 1.5.26

This commit is contained in:
R. Ryantm
2023-11-20 14:48:03 +00:00
parent f1f62c94f6
commit 8f8cd9d9d7
+2 -2
View File
@@ -1,10 +1,10 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
pname = "matio";
version = "1.5.23";
version = "1.5.26";
src = fetchurl {
url = "mirror://sourceforge/matio/${pname}-${version}.tar.gz";
sha256 = "sha256-n5Hq5mHfRupTwxGhstz/cgUQlbAjxhLXy/wJQGyfTW4=";
sha256 = "sha256-i0fCn1jkaNunpVVTccanKtTGqosV9FmysLZaMDwGOTM=";
};
meta = with lib; {