We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0134709 commit 071693eCopy full SHA for 071693e
pkgs/development/libraries/matio/default.nix
@@ -1,9 +1,9 @@
1
{ stdenv, fetchurl }:
2
stdenv.mkDerivation rec {
3
- name = "matio-1.5.9";
+ name = "matio-1.5.10";
4
src = fetchurl {
5
url = "mirror://sourceforge/matio/${name}.tar.gz";
6
- sha256 = "0p60c3wdj4w7v7hzdc0iivciq4hwxzhhx0zq8gpv9i8yhdjzkdxy";
+ sha256 = "00dmg2f5k2xgakp7l0lganz122b1agazw5d899xci35xrqc9j821";
7
};
8
9
meta = with stdenv.lib; {
0 commit comments