Skip to content

Commit

Permalink
rssguard: 4.5.3 -> 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tebriel committed Jan 9, 2025
1 parent 2f97e65 commit 46655f7
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions pkgs/applications/networking/feedreaders/rssguard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,35 @@
stdenv,
fetchFromGitHub,
cmake,
qtwebengine,
qttools,
wrapGAppsHook3,
wrapQtAppsHook,
kdePackages,
wrapGAppsHook4,
}:

stdenv.mkDerivation rec {
pname = "rssguard";
version = "4.5.3";
version = "4.8.1";

src = fetchFromGitHub {
owner = "martinrotter";
repo = pname;
tag = version;
sha256 = "sha256-eF0jPT0gQnnBWu9IKfY0DwMwotL3IEjovqnQqx9v2NA=";
sha256 = "sha256-qWxcjGl4EaLXZ0q6RVy+IKyBcqlx/yYojlGivSXy5Io=";
};

buildInputs = [
qtwebengine
qttools
kdePackages.qtwebengine
kdePackages.qttools
kdePackages.mpvqt
kdePackages.full
];
nativeBuildInputs = [
cmake
wrapGAppsHook3
wrapQtAppsHook
wrapGAppsHook4
kdePackages.wrapQtAppsHook
];
cmakeFlags = with lib; [
(cmakeFeature "CMAKE_BUILD_TYPE" "\"Release\"")
];
qmakeFlags = [ "CONFIG+=release" ];

meta = with lib; {
description = "Simple RSS/Atom feed reader with online synchronization";
Expand Down

0 comments on commit 46655f7

Please sign in to comment.