summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlegendofmiracles <30902201+legendofmiracles@users.noreply.github.com>2022-01-12 22:15:18 -0600
committerGitHub <noreply@github.com>2022-01-12 22:15:18 -0600
commit044bcb5ee62f641ede5c8da3d40df485c3eb8a41 (patch)
tree169cd2afcf6c16db7c0c7930982a5b9f88b36222
parentMerge pull request #154563 from schnusch/mpv_sponsorblock (diff)
parentwsjtx: 2.5.3 -> 2.5.4 (diff)
downloadnixpkgs-044bcb5ee62f641ede5c8da3d40df485c3eb8a41.tar.gz
Merge pull request #154404 from r-ryantm/auto-update/wsjtx
wsjtx: 2.5.3 -> 2.5.4
-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 165ddfe8b372..c3e591aec07b 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.5.3";
+ version = "2.5.4";
# 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-Dd99JBPn1TgPF8Yvqk+AZX8ZUuQjYS0Tx3y5A3VZsHw=";
+ sha256 = "sha256-Gz84Rq0sCl9BAXi2YSdl1Z7mPbJJ62z8MyrOF/CjCJg=";
};
# Hamlib builds with autotools, wsjtx builds with cmake