summary refs log tree commit diff
path: root/pkgs/development/libraries/matio/default.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-09 00:16:57 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-09 00:16:57 -0800
commit13e96c16e4ee745c6dacc21296f9e5be3a1367e2 (patch)
tree9351dabde8c67433b437ccd28bca4d8f4e069cda /pkgs/development/libraries/matio/default.nix
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
downloadnixpkgs-13e96c16e4ee745c6dacc21296f9e5be3a1367e2.tar
nixpkgs-13e96c16e4ee745c6dacc21296f9e5be3a1367e2.tar.gz
nixpkgs-13e96c16e4ee745c6dacc21296f9e5be3a1367e2.tar.bz2
nixpkgs-13e96c16e4ee745c6dacc21296f9e5be3a1367e2.tar.lz
nixpkgs-13e96c16e4ee745c6dacc21296f9e5be3a1367e2.tar.xz
nixpkgs-13e96c16e4ee745c6dacc21296f9e5be3a1367e2.tar.zst
nixpkgs-13e96c16e4ee745c6dacc21296f9e5be3a1367e2.zip
matio: 1.5.10 -> 1.5.11
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/252hdlnl6q9xajw71ydmpgi5nnybdc0n-matio-1.5.11/bin/matdump --help` got 0 exit code
- ran `/nix/store/252hdlnl6q9xajw71ydmpgi5nnybdc0n-matio-1.5.11/bin/matdump help` got 0 exit code
- ran `/nix/store/252hdlnl6q9xajw71ydmpgi5nnybdc0n-matio-1.5.11/bin/matdump -V` and found version 1.5.11
- ran `/nix/store/252hdlnl6q9xajw71ydmpgi5nnybdc0n-matio-1.5.11/bin/matdump --version` and found version 1.5.11
- found 1.5.11 with grep in /nix/store/252hdlnl6q9xajw71ydmpgi5nnybdc0n-matio-1.5.11
- found 1.5.11 in filename of file in /nix/store/252hdlnl6q9xajw71ydmpgi5nnybdc0n-matio-1.5.11
Diffstat (limited to 'pkgs/development/libraries/matio/default.nix')
-rw-r--r--pkgs/development/libraries/matio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/matio/default.nix b/pkgs/development/libraries/matio/default.nix
index 83ddcbf52e1..9fcc9c70a9b 100644
--- a/pkgs/development/libraries/matio/default.nix
+++ b/pkgs/development/libraries/matio/default.nix
@@ -1,9 +1,9 @@
 { stdenv, fetchurl }:
 stdenv.mkDerivation rec {
-  name = "matio-1.5.10";
+  name = "matio-1.5.11";
   src = fetchurl {
     url = "mirror://sourceforge/matio/${name}.tar.gz";
-    sha256 = "00dmg2f5k2xgakp7l0lganz122b1agazw5d899xci35xrqc9j821";
+    sha256 = "02ygr7bslzvn6mhxvapz57bh4d448xjf3ds82g1cvhn9al6fvk0c";
   };
 
   meta = with stdenv.lib; {