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

rssguard: 4.3.2 -> 4.3.3
This commit is contained in:
Weijia Wang 2023-04-02 14:48:13 +03:00 committed by GitHub
commit 5fbb8aa50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rssguard";
version = "4.3.2";
version = "4.3.3";
src = fetchFromGitHub {
owner = "martinrotter";
repo = pname;
rev = version;
sha256 = "sha256-2h9fVah0WZ8X0GsCLtiUWRan1Gkl4WBxuEQ3gx4FFBo=";
sha256 = "sha256-dSnPQbCPXREMOeqyn17BEi29soeVfrThnDBqdti5BiA=";
};
buildInputs = [ qtwebengine qttools ];