about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-12-11 06:18:05 -0800
committerGitHub <noreply@github.com>2019-12-11 06:18:05 -0800
commitb344d3a8989239649ce5c496020228deef1e51b1 (patch)
tree9ad0b88ec6a698545fef949ca8f5fa07b27a0998 /pkgs
parent697b44b631d70176182787c04a0067d4036b9416 (diff)
parent958ddf72df51f6b43ca1a9e47d3a8e9f8ece6797 (diff)
Merge pull request #75412 from r-ryantm/auto-update/wsjtx
wsjtx: 2.1.0 -> 2.1.2
Diffstat (limited to 'pkgs')
-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 36d3f14818f03..8e135dee56818 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.1.0";
+  version = "2.1.2";
 
   # 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 = "04flhyfw0djnnbrzh3f5lx06bnn92khchz3bmswk8if8n8j58v4y";
+    sha256 = "0aj3wg5xjjqwjvw6lra171ag5wq86w0hf1ra4k8mnaf0mc1qgbyl";
   };
 
   # Hamlib builds with autotools, wsjtx builds with cmake