Skip to content

Commit

Permalink
Merge pull request #273607 from mkg20001/qlog-up
Browse files Browse the repository at this point in the history
qlog: 0.29.2 -> 0.30.0
  • Loading branch information
mkg20001 authored Dec 12, 2023
2 parents 6a9a162 + f19386d commit 102c342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
8 changes: 2 additions & 6 deletions pkgs/applications/radio/qlog/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,18 @@

stdenv.mkDerivation rec {
pname = "qlog";
version = "0.29.2";
version = "0.30.0";

src = fetchFromGitHub {
owner = "foldynl";
repo = "QLog";
rev = "v${version}";
hash = "sha256-g7WgFQPMOaD+3YllZqpykslmPYT/jNVK7/1xaPdbti4=";
hash = "sha256-WgLUIWggUKHPjVa6brkJzeRMZli/qhfu4jatf+JYIRU=";
fetchSubmodules = true;
};

env.NIX_LDFLAGS = "-lhamlib";

patches = [
./mac.patch
];

buildInputs = [
qtbase
qtcharts
Expand Down
32 changes: 0 additions & 32 deletions pkgs/applications/radio/qlog/mac.patch

This file was deleted.

0 comments on commit 102c342

Please sign in to comment.