about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2023-04-03 23:22:34 -0400
committerGraham Christensen <graham@grahamc.com>2023-04-03 23:22:34 -0400
commit46ab8008a3255902b579b1bc72dacb1966a279d8 (patch)
treeea70318b1f0b37178d2c9a4a3a12438830f2fa2a /pkgs
parentdcf9f37aef4143eb2b89c561150b4117598ff0a5 (diff)
tqsl: 2.5.9 -> 2.6.5
Diffstat (limited to 'pkgs')
-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 bf70c3ddd6d9a..d5f798fce4609 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.9";
+  version = "2.6.5";
 
   src = fetchurl {
     url = "https://www.arrl.org/files/file/LoTW%20Instructions/${pname}-${version}.tar.gz";
-    sha256 = "sha256-flv7tI/SYAxxJsHFa3QUgnO0glAAQF87EgP4wyTWnNU=";
+    sha256 = "sha256-UGPMp1mAarHWuLbZu2wWpjgCdf8ZKj0Mwkqp32U5/8w=";
   };
 
   nativeBuildInputs = [ cmake makeWrapper ];