tt-rss: 17.4 -> 2018-01-05
tt-rss switched to a rolling release model
This commit is contained in:
parent
cfed96ca51
commit
944376bc32
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchgit }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tt-rss-${version}";
|
name = "tt-rss-${version}";
|
||||||
version = "17.4";
|
version = "2018-01-05";
|
||||||
|
rev = "c30f5e18119d1935e8fe6d422053b127e8f4f1b3";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchurl {
|
||||||
url = "https://git.tt-rss.org/git/tt-rss.git";
|
url = "https://git.tt-rss.org/git/tt-rss/archive/${rev}.tar.gz";
|
||||||
rev = "refs/tags/${version}";
|
sha256 = "18pc1l0dbjr7d5grcrb70y6j7cr2zb9575yqmy6zfwzrlvw0pa0l";
|
||||||
sha256 = "07ng21n4pva56cxnxkzd6vzs381zn67psqpm51ym5wnl644jqh08";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -19,8 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Web-based news feed (RSS/Atom) aggregator";
|
description = "Web-based news feed (RSS/Atom) aggregator";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
homepage = http://tt-rss.org;
|
homepage = http://tt-rss.org;
|
||||||
maintainers = with maintainers; [ zohl ];
|
maintainers = with maintainers; [ globin zohl ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user