1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #38200 from r-ryantm/auto-update/matio

matio: 1.5.11 -> 1.5.12
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:25:50 -05:00 committed by GitHub
commit 4685d4d1f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {