Unverified Commit d9603c14 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

qucs-s: 2.0.0 -> 2.1.0
parents db93d0a7 2189d5d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];