summary refs log tree commit diff
path: root/pkgs/development/libraries/matio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-31 02:58:10 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-03-31 02:58:10 -0700
commit84af16a54781cc509263ffeaeeea37ec17d7c612 (patch)
tree5717a3bc3c70c85d2deb2e4ab74d6646402c7bef /pkgs/development/libraries/matio
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixpkgs-84af16a54781cc509263ffeaeeea37ec17d7c612.tar
nixpkgs-84af16a54781cc509263ffeaeeea37ec17d7c612.tar.gz
nixpkgs-84af16a54781cc509263ffeaeeea37ec17d7c612.tar.bz2
nixpkgs-84af16a54781cc509263ffeaeeea37ec17d7c612.tar.lz
nixpkgs-84af16a54781cc509263ffeaeeea37ec17d7c612.tar.xz
nixpkgs-84af16a54781cc509263ffeaeeea37ec17d7c612.tar.zst
nixpkgs-84af16a54781cc509263ffeaeeea37ec17d7c612.zip
matio: 1.5.11 -> 1.5.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/matio/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/g0zdli6b3hzmnwdzyq1jblh89kqvxaqw-matio-1.5.12/bin/matdump --help` got 0 exit code
- ran `/nix/store/g0zdli6b3hzmnwdzyq1jblh89kqvxaqw-matio-1.5.12/bin/matdump -V` and found version 1.5.12
- ran `/nix/store/g0zdli6b3hzmnwdzyq1jblh89kqvxaqw-matio-1.5.12/bin/matdump --version` and found version 1.5.12
- found 1.5.12 with grep in /nix/store/g0zdli6b3hzmnwdzyq1jblh89kqvxaqw-matio-1.5.12
- directory tree listing: https://gist.github.com/d5648482494f82e4d49cc3aea608b4fa
Diffstat (limited to 'pkgs/development/libraries/matio')
-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 9fcc9c70a9b..57321522736 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.11";
+  name = "matio-1.5.12";
   src = fetchurl {
     url = "mirror://sourceforge/matio/${name}.tar.gz";
-    sha256 = "02ygr7bslzvn6mhxvapz57bh4d448xjf3ds82g1cvhn9al6fvk0c";
+    sha256 = "1afqjhc1wbm7g1vry3w30c7dbrxg6n4i482ybgx6l1b5wj0f75c6";
   };
 
   meta = with stdenv.lib; {