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

qucs-s: 2.1.0 -> 24.1.0
This commit is contained in:
Mario Rodas 2024-02-18 17:57:27 -05:00 committed by GitHub
commit 9c3d856bed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "qucs-s";
version = "2.1.0";
version = "24.1.0";
src = fetchFromGitHub {
owner = "ra3xdh";
repo = "qucs_s";
rev = version;
sha256 = "sha256-C7TLOuC0CHredDiWFIAFmOlV8ivX0j4bs3b8IB8FsqE=";
sha256 = "sha256-ei9CPlJg+Kfjh7vu5VnT6DNLmmnA8wZ2A1jXnm//Fgo=";
};
nativeBuildInputs = [ flex bison wrapQtAppsHook cmake ];