Merge pull request #307671 from r-ryantm/auto-update/matio

matio: 1.5.26 -> 1.5.27
This commit is contained in:
Peder Bergebakken Sundt
2024-05-23 23:29:09 +02:00
committed by GitHub
+2 -2
View File
@@ -1,10 +1,10 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
pname = "matio";
version = "1.5.26";
version = "1.5.27";
src = fetchurl {
url = "mirror://sourceforge/matio/${pname}-${version}.tar.gz";
sha256 = "sha256-i0fCn1jkaNunpVVTccanKtTGqosV9FmysLZaMDwGOTM=";
sha256 = "sha256-CmqgCxjEUStjqNJ5BrB5yMbtQdSyhE96SuWY4Y0i07M=";
};
meta = with lib; {