Merge pull request #250861 from kashw2/qucs-s

qucs-s: 1.1.0 -> 2.0.0
This commit is contained in:
Weijia Wang 2023-08-31 11:23:40 +02:00 committed by GitHub
commit c869bec978
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 = "1.1.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "ra3xdh";
repo = "qucs_s";
rev = version;
sha256 = "sha256-cQ9UNCTwRW61dOQYJX0mPNtCTk0qXKx8VQ6BIXl6Fa8=";
sha256 = "sha256-9/1sgxFqn9d9zlwrzjQosFO3m+2lC83qVcCtzfqY5XY=";
};
nativeBuildInputs = [ flex bison wrapQtAppsHook cmake ];
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://ra3xdh.github.io/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ mazurel ];
maintainers = with maintainers; [ mazurel kashw2 ];
platforms = with platforms; linux;
};
}