about summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-10-30 16:28:07 +0800
committerGitHub <noreply@github.com>2021-10-30 16:28:07 +0800
commita6a070472869ade530442a7035ec641a09ae5f80 (patch)
tree855a142e3c51e9d1a8b98322d64cff106c27093e /pkgs/applications/radio
parent08f2d59f543d18bb6df24d0588d8e63f40ab697c (diff)
parent5fc771ba1f37ac979e8bdb6332f49ade9f0bc0d8 (diff)
Merge pull request #143270 from r-ryantm/auto-update/wsjtx
wsjtx: 2.4.0 -> 2.5.1
Diffstat (limited to 'pkgs/applications/radio')
-rw-r--r--pkgs/applications/radio/wsjtx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/wsjtx/default.nix b/pkgs/applications/radio/wsjtx/default.nix
index 8dbdd5d4ff27c..3e889c210649b 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.4.0";
+  version = "2.5.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-LpfGzI/Hpsp7/K0ZZu2EFVlvWcN0cnAQ1RNAxCMugcg=";
+    sha256 = "sha256-aof+OavQ+IBw3eef1+bQ9YwIXCdecYiADS+eRXTrmvQ=";
   };
 
   # Hamlib builds with autotools, wsjtx builds with cmake