rssguard: 4.3.2 -> 4.3.3

This commit is contained in:
R. Ryantm 2023-03-30 23:32:05 +00:00
parent 4c580b0107
commit 1c4165f174

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 ];