diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-01-11 03:21:12 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2022-01-11 03:21:12 +0000 |
| commit | 91d9a31e67e5a18783a9b5c9da1edb9f6e09ab9e (patch) | |
| tree | 6ee5c93123460d843aca22aa477ce1f909710c79 | |
| parent | Merge pull request #154229 from r-ryantm/auto-update/python3.10-chiabip158 (diff) | |
| download | nixpkgs-91d9a31e67e5a18783a9b5c9da1edb9f6e09ab9e.tar.gz | |
wsjtx: 2.5.3 -> 2.5.4
| -rw-r--r-- | pkgs/applications/radio/wsjtx/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/wsjtx/default.nix b/pkgs/applications/radio/wsjtx/default.nix index 165ddfe8b372..c3e591aec07b 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.3"; + version = "2.5.4"; # 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-Dd99JBPn1TgPF8Yvqk+AZX8ZUuQjYS0Tx3y5A3VZsHw="; + sha256 = "sha256-Gz84Rq0sCl9BAXi2YSdl1Z7mPbJJ62z8MyrOF/CjCJg="; }; # Hamlib builds with autotools, wsjtx builds with cmake |
