Merge pull request #95975 from r-ryantm/auto-update/hyp2mat

hyp2mat: 0.0.17 -> 0.0.18
This commit is contained in:
Daniël de Kok 2020-08-22 15:24:37 +02:00 committed by GitHub
commit 0cb88d7302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hyp2mat"; pname = "hyp2mat";
version = "0.0.17"; version = "0.0.18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "koendv"; owner = "koendv";
repo = "hyp2mat"; repo = "hyp2mat";
rev = "v${version}"; rev = "v${version}";
sha256 = "04bd2vrn8y1izir7pwl34a60cg2v05baqcrmpfdx5fvf33bbflaj"; sha256 = "03ibk51swxfl7pfrhcrfiffdi4mnf8kla0g1xj1lsrvrjwapfx03";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Import Hyperlynx Boardsim files to openEMS, an open source 3D full-wave electromagnetic field solver"; description = "Import Hyperlynx Boardsim files to openEMS, an open source 3D full-wave electromagnetic field solver";
homepage = https://github.com/koendv/hyp2mat; homepage = "https://github.com/koendv/hyp2mat";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ matthuszagh ]; maintainers = with maintainers; [ matthuszagh ];
platforms = platforms.linux; platforms = platforms.linux;