Merge pull request #302404 from JohnRTitor/tqsl

tqsl: 2.6.5 -> 2.7.2
This commit is contained in:
Pol Dellaiera 2024-04-07 22:23:55 +02:00 committed by GitHub
commit 2054461f30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, cmake, expat, openssl, zlib, lmdb, curl, wxGTK32, wrapGAppsHook }:
{ lib, stdenv, fetchurl, cmake, expat, openssl, zlib, lmdb, curl, sqlite, wxGTK32, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "tqsl";
version = "2.6.5";
version = "2.7.2";
src = fetchurl {
url = "https://www.arrl.org/files/file/LoTW%20Instructions/${pname}-${version}.tar.gz";
sha256 = "sha256-UGPMp1mAarHWuLbZu2wWpjgCdf8ZKj0Mwkqp32U5/8w=";
sha256 = "sha256-T4NBCUTYHT6ugSg1gSfjQBOBndqwSwyWLr/qlDPQGKI=";
};
nativeBuildInputs = [ cmake wrapGAppsHook ];
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
zlib
lmdb
curl
sqlite
wxGTK32
];