Skip to content

Commit 071693e

Browse files
committedJul 15, 2017
matio: 1.5.9 -> 1.5.10
1 parent 0134709 commit 071693e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/matio/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{ stdenv, fetchurl }:
22
stdenv.mkDerivation rec {
3-
name = "matio-1.5.9";
3+
name = "matio-1.5.10";
44
src = fetchurl {
55
url = "mirror://sourceforge/matio/${name}.tar.gz";
6-
sha256 = "0p60c3wdj4w7v7hzdc0iivciq4hwxzhhx0zq8gpv9i8yhdjzkdxy";
6+
sha256 = "00dmg2f5k2xgakp7l0lganz122b1agazw5d899xci35xrqc9j821";
77
};
88

99
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)