Merge pull request #143270 from r-ryantm/auto-update/wsjtx

wsjtx: 2.4.0 -> 2.5.1

authored by Bobby Rong and committed by GitHub a6a07047 08f2d59f

+2 -2
+2 -2
pkgs/applications/radio/wsjtx/default.nix
··· 4 5 stdenv.mkDerivation rec { 6 pname = "wsjtx"; 7 - version = "2.4.0"; 8 9 # This is a "superbuild" tarball containing both wsjtx and a hamlib fork 10 src = fetchurl { 11 url = "http://physics.princeton.edu/pulsar/k1jt/wsjtx-${version}.tgz"; 12 - sha256 = "sha256-LpfGzI/Hpsp7/K0ZZu2EFVlvWcN0cnAQ1RNAxCMugcg="; 13 }; 14 15 # Hamlib builds with autotools, wsjtx builds with cmake
··· 4 5 stdenv.mkDerivation rec { 6 pname = "wsjtx"; 7 + version = "2.5.1"; 8 9 # This is a "superbuild" tarball containing both wsjtx and a hamlib fork 10 src = fetchurl { 11 url = "http://physics.princeton.edu/pulsar/k1jt/wsjtx-${version}.tgz"; 12 + sha256 = "sha256-aof+OavQ+IBw3eef1+bQ9YwIXCdecYiADS+eRXTrmvQ="; 13 }; 14 15 # Hamlib builds with autotools, wsjtx builds with cmake