lol

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

+2 -2
+2 -2
pkgs/development/libraries/matio/default.nix
··· 1 1 { stdenv, fetchurl }: 2 2 stdenv.mkDerivation rec { 3 - name = "matio-1.5.11"; 3 + name = "matio-1.5.12"; 4 4 src = fetchurl { 5 5 url = "mirror://sourceforge/matio/${name}.tar.gz"; 6 - sha256 = "02ygr7bslzvn6mhxvapz57bh4d448xjf3ds82g1cvhn9al6fvk0c"; 6 + sha256 = "1afqjhc1wbm7g1vry3w30c7dbrxg6n4i482ybgx6l1b5wj0f75c6"; 7 7 }; 8 8 9 9 meta = with stdenv.lib; {