diff options
| author | Graham Christensen <graham@grahamc.com> | 2023-04-06 21:27:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 21:27:26 -0400 |
| commit | 41e5f63452eef2d1906ce3855a3e91edb23311e7 (patch) | |
| tree | 7ea99d47d78f5fc3cc3a6f24b50c54e410da0377 | |
| parent | Merge pull request #225083 from r-ryantm/auto-update/swayest-workstyle (diff) | |
| parent | wsjtx: 2.5.4 -> 2.6.1 (diff) | |
| download | nixpkgs-41e5f63452eef2d1906ce3855a3e91edb23311e7.tar.gz | |
Merge pull request #224561 from grahamc/wstjx
wsjtx: 2.5.4 -> 2.6.1
| -rw-r--r-- | pkgs/applications/radio/wsjtx/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/radio/wsjtx/default.nix b/pkgs/applications/radio/wsjtx/default.nix index c3e591aec07b..00cc0eaca129 100644 --- a/pkgs/applications/radio/wsjtx/default.nix +++ b/pkgs/applications/radio/wsjtx/default.nix @@ -4,12 +4,12 @@ stdenv.mkDerivation rec { pname = "wsjtx"; - version = "2.5.4"; + version = "2.6.1"; # This is a "superbuild" tarball containing both wsjtx and a hamlib fork src = fetchurl { - url = "http://physics.princeton.edu/pulsar/k1jt/wsjtx-${version}.tgz"; - sha256 = "sha256-Gz84Rq0sCl9BAXi2YSdl1Z7mPbJJ62z8MyrOF/CjCJg="; + url = "https://sourceforge.net/projects/wsjt/files/wsjtx-${version}/wsjtx-${version}.tgz"; + sha256 = "sha256-YNDiy0WkmmrVhbCQiCGp/yw6wlZNYQQmIP82wt3Mdl8="; }; # Hamlib builds with autotools, wsjtx builds with cmake |
