Unverified Commit 9764d3c3 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

qucs-s: 24.4.1 -> 25.1.0 (#383671)

parents e71cdce9 42a38dc0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
  pname = "qucs-s";
  version = "24.4.1";
  version = "25.1.0";

  src = fetchFromGitHub {
    owner = "ra3xdh";
    repo = "qucs_s";
    rev = version;
    hash = "sha256-ll5P8cqJBzoieExElggn5tRbDcmH7L3yvcbtAQ0BBww=";
    hash = "sha256-yu9sBaFmEYWjDOEAGpA4pKTAYUjPGf/Zv7VnRDCIAK4=";
  };

  postPatch = ''