Skip to content

Commit 9764d3c

Browse files
authored
qucs-s: 24.4.1 -> 25.1.0 (#383671)
2 parents e71cdce + 42a38dc commit 9764d3c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/science/electronics/qucs-s

1 file changed

+2
-2
lines changed

pkgs/applications/science/electronics/qucs-s/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "qucs-s";
23-
version = "24.4.1";
23+
version = "25.1.0";
2424

2525
src = fetchFromGitHub {
2626
owner = "ra3xdh";
2727
repo = "qucs_s";
2828
rev = version;
29-
hash = "sha256-ll5P8cqJBzoieExElggn5tRbDcmH7L3yvcbtAQ0BBww=";
29+
hash = "sha256-yu9sBaFmEYWjDOEAGpA4pKTAYUjPGf/Zv7VnRDCIAK4=";
3030
};
3131

3232
postPatch = ''

0 commit comments

Comments
 (0)