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

rssguard: 3.5.9 -> 3.6.0
This commit is contained in:
Lancelot SIX 2020-05-04 09:01:03 +01:00 committed by GitHub
commit cd8cf8dd72
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 = "3.5.9";
version = "3.6.0";
src = fetchFromGitHub {
owner = "martinrotter";
repo = pname;
rev = version;
sha256 = "0dvjcazvrgxfxg1gvznxj8kx569v4ivns0brq00cn2yxyd4wx43s";
sha256 = "0nlvhcvd3bbvd3dapqix7h29pchbd9gv5n3hmrig9yi98yv8q53r";
};
buildInputs = [ qtwebengine qttools ];