From 84af16a54781cc509263ffeaeeea37ec17d7c612 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 31 Mar 2018 02:58:10 -0700 Subject: [PATCH] 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 --- pkgs/development/libraries/matio/default.nix | 4 ++-- 1 file 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; {