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

wsjtx: 2.5.1 -> 2.5.2
This commit is contained in:
Thiago Kenji Okada 2021-11-23 20:28:18 -03:00 committed by GitHub
commit f1eb700fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,12 @@
stdenv.mkDerivation rec {
pname = "wsjtx";
version = "2.5.1";
version = "2.5.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 = "sha256-aof+OavQ+IBw3eef1+bQ9YwIXCdecYiADS+eRXTrmvQ=";
sha256 = "sha256-4KSJYhfUya8nH1KTsZ7JRgh0KnKdqrgSfofsjWaX7/M=";
};
# Hamlib builds with autotools, wsjtx builds with cmake