Merge pull request #263887 from r-ryantm/auto-update/qucs-s

qucs-s: 2.0.0 -> 2.1.0
This commit is contained in:
OTABI Tomoya 2023-10-29 16:47:43 +09:00 committed by GitHub
commit d9603c14be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "qucs-s";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "ra3xdh";
repo = "qucs_s";
rev = version;
sha256 = "sha256-9/1sgxFqn9d9zlwrzjQosFO3m+2lC83qVcCtzfqY5XY=";
sha256 = "sha256-C7TLOuC0CHredDiWFIAFmOlV8ivX0j4bs3b8IB8FsqE=";
};
nativeBuildInputs = [ flex bison wrapQtAppsHook cmake ];