quiterss: 0.19.3 -> 0.19.4
This commit is contained in:
parent
91e3358f62
commit
fe5117d05e
@ -1,19 +1,19 @@
|
|||||||
{ stdenv, fetchFromGitHub, qmake, pkgconfig, wrapQtAppsHook
|
{ stdenv, fetchFromGitHub, qmake, pkg-config, wrapQtAppsHook
|
||||||
, qtbase, qttools, qtwebkit, sqlite
|
, qtbase, qttools, qtwebkit, sqlite
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "quiterss";
|
pname = "quiterss";
|
||||||
version = "0.19.3";
|
version = "0.19.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "QuiteRSS";
|
owner = "QuiteRSS";
|
||||||
repo = "quiterss";
|
repo = "quiterss";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "06m5mhzxvv8q2adaqcrar3sx2c1hc89h2i0qfjxmirfc5z67hdw2";
|
sha256 = "1cgvl67vhn5y7bj5gbjbgk26bhb0196bgrgsp3r5fmrislarj8s6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake pkgconfig wrapQtAppsHook ];
|
nativeBuildInputs = [ qmake pkg-config wrapQtAppsHook ];
|
||||||
buildInputs = [ qtbase qttools qtwebkit sqlite.dev ];
|
buildInputs = [ qtbase qttools qtwebkit sqlite.dev ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
written on Qt/C++
|
written on Qt/C++
|
||||||
'';
|
'';
|
||||||
homepage = "https://quiterss.org";
|
homepage = "https://quiterss.org";
|
||||||
|
changelog = "https://github.com/QuiteRSS/quiterss/blob/${version}/CHANGELOG";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ primeos ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user