quiterss: 0.19.1 -> 0.19.2

This commit is contained in:
Michael Weiss 2019-11-29 13:18:49 +01:00
parent e7ca135f72
commit 697c0fbf6d
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "quiterss";
version = "0.19.1";
version = "0.19.2";
src = fetchFromGitHub {
owner = "QuiteRSS";
repo = "quiterss";
rev = version;
sha256 = "0zr17r33g99ylvb1avcbixg2jiwisaks4x91lywv2dy3g6dkpxml";
sha256 = "1dmfag5hmy4jac20nizwgd92w8h2hdl2ch57hvw5hmjyfckn9rpj";
};
nativeBuildInputs = [ qmake pkgconfig wrapQtAppsHook ];