Merge pull request #224561 from grahamc/wstjx

wsjtx: 2.5.4 -> 2.6.1

authored by Graham Christensen and committed by GitHub 41e5f634 5f00413d

+3 -3
+3 -3
pkgs/applications/radio/wsjtx/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "wsjtx"; 7 - version = "2.5.4"; 7 + version = "2.6.1"; 8 8 9 9 # This is a "superbuild" tarball containing both wsjtx and a hamlib fork 10 10 src = fetchurl { 11 - url = "http://physics.princeton.edu/pulsar/k1jt/wsjtx-${version}.tgz"; 12 - sha256 = "sha256-Gz84Rq0sCl9BAXi2YSdl1Z7mPbJJ62z8MyrOF/CjCJg="; 11 + url = "https://sourceforge.net/projects/wsjt/files/wsjtx-${version}/wsjtx-${version}.tgz"; 12 + sha256 = "sha256-YNDiy0WkmmrVhbCQiCGp/yw6wlZNYQQmIP82wt3Mdl8="; 13 13 }; 14 14 15 15 # Hamlib builds with autotools, wsjtx builds with cmake