summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/radio/tqsl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-28 23:28:46 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-09-28 23:28:46 -0700
commita3e14710ea8b939762ae51eea49869638ec37fc0 (patch)
tree7320d477e4ec1710017be0e38d68657c9dfb1501 /pkgs/applications/radio/tqsl
parentc455adcc42f9b2b62376b9fee99a0c5004a52425 (diff)
tqsl: 2.4.3 -> 2.4.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tqsl/versions
Diffstat (limited to 'pkgs/applications/radio/tqsl')
-rw-r--r--pkgs/applications/radio/tqsl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/tqsl/default.nix b/pkgs/applications/radio/tqsl/default.nix
index ce0fbf0e16dc..343b0bf8cba2 100644
--- a/pkgs/applications/radio/tqsl/default.nix
+++ b/pkgs/applications/radio/tqsl/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "tqsl";
- version = "2.4.3";
+ version = "2.4.7";
src = fetchurl {
url = "https://www.arrl.org/files/file/LoTW%20Instructions/${pname}-${version}.tar.gz";
- sha256 = "0f8pa5wnp0x0mjjr5kanka9hirgmp5wf6jsb95dc6hjlzlvy6kz9";
+ sha256 = "1i33bk3annz4rnjc58knprfajq1pbyjqyrhygqybvl7bsp70c5ri";
};
nativeBuildInputs = [ makeWrapper ];