rssguard: 4.2.7 -> 4.3.1

This commit is contained in:
R. Ryantm 2023-01-29 03:02:02 +00:00
parent 8448a6eaaa
commit b20821a6ea

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rssguard";
version = "4.2.7";
version = "4.3.1";
src = fetchFromGitHub {
owner = "martinrotter";
repo = pname;
rev = version;
sha256 = "sha256-X5hZspl9IekhC8XXpZS285cmVZek2oxIV3tYOz/ZBec=";
sha256 = "sha256-hfUtxPGPhPC2VgGLLIaYHlEMpXHAPZ5fkLL0glhyQcY=";
};
buildInputs = [ qtwebengine qttools ];