summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-27 08:52:30 -0700
committerSamuel Leathers <disasm@gmail.com>2018-10-27 11:52:30 -0400
commit1d5b938eb5dc2614890881b436aa4d2e6e0c2bf9 (patch)
tree3a3abd02103720d838c43254e6d63606eda09bda /pkgs/development
parent959e326d2e17a4cc91fb2fd1b39508ed8f49d53f (diff)
downloadnixlib-1d5b938eb5dc2614890881b436aa4d2e6e0c2bf9.tar
nixlib-1d5b938eb5dc2614890881b436aa4d2e6e0c2bf9.tar.gz
nixlib-1d5b938eb5dc2614890881b436aa4d2e6e0c2bf9.tar.bz2
nixlib-1d5b938eb5dc2614890881b436aa4d2e6e0c2bf9.tar.lz
nixlib-1d5b938eb5dc2614890881b436aa4d2e6e0c2bf9.tar.xz
nixlib-1d5b938eb5dc2614890881b436aa4d2e6e0c2bf9.tar.zst
nixlib-1d5b938eb5dc2614890881b436aa4d2e6e0c2bf9.zip
matio: 1.5.12 -> 1.5.13 (#49263)
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
Diffstat (limited to 'pkgs/development')
-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 573215227369..f28ff1b0a21f 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.12";
+  name = "matio-1.5.13";
   src = fetchurl {
     url = "mirror://sourceforge/matio/${name}.tar.gz";
-    sha256 = "1afqjhc1wbm7g1vry3w30c7dbrxg6n4i482ybgx6l1b5wj0f75c6";
+    sha256 = "1jz5760jn1cifr479znhmzksi8fp07j99jd8xdnxpjd79gsv5bgy";
   };
 
   meta = with stdenv.lib; {