tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wsjtx: 2.4.0 -> 2.5.1
R. Ryantm
4 years ago
5fc771ba
22a500a3
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
radio
wsjtx
default.nix
+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