summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/radio/tqsl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-01-02 10:06:25 -0800
committerGitHub <noreply@github.com>2022-01-02 19:06:25 +0100
commit164875561859936012fa7421a488870dbdab094a (patch)
tree58a9dfd2ae76cffb9f32c013e8e9bf09204812f7 /pkgs/applications/radio/tqsl
parent7c22f3fcc074e5e0fbff56806210f75d51fbd83b (diff)
tqsl: 2.5.7 -> 2.5.9
(#148981)
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 fb55672c4576..b5198f78b0aa 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.5.7";
+ version = "2.5.9";
src = fetchurl {
url = "https://www.arrl.org/files/file/LoTW%20Instructions/${pname}-${version}.tar.gz";
- sha256 = "sha256-0QlTUNwKeuuR+n8eT04kiywAsY3hrPGPYH1A84MmxIs=";
+ sha256 = "sha256-flv7tI/SYAxxJsHFa3QUgnO0glAAQF87EgP4wyTWnNU=";
};
nativeBuildInputs = [ cmake makeWrapper ];