Merge pull request #228644 from r-ryantm/auto-update/rssguard

rssguard: 4.3.3 -> 4.3.4
This commit is contained in:
Weijia Wang
2023-04-28 15:39:15 +03:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rssguard";
version = "4.3.3";
version = "4.3.4";
src = fetchFromGitHub {
owner = "martinrotter";
repo = pname;
rev = version;
sha256 = "sha256-dSnPQbCPXREMOeqyn17BEi29soeVfrThnDBqdti5BiA=";
sha256 = "sha256-1xoMymsx5Z8oZzZtPzLWaOs0zy/E0pIsLpHgZlVdgSw=";
};
buildInputs = [ qtwebengine qttools ];