tt-rss: 16.3 -> 17.4

This commit is contained in:
Nadrieril 2017-07-16 22:30:34 +01:00 committed by Franz Pletz
parent f1cb9d0261
commit c226ee619a

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "tt-rss-${version}";
version = "16.3";
version = "17.4";
src = fetchgit {
url = "https://tt-rss.org/gitlab/fox/tt-rss.git";
url = "https://git.tt-rss.org/git/tt-rss.git";
rev = "refs/tags/${version}";
sha256 = "1584lcq6kcy9f8ik5djb9apck9hxvfpl54sn6yhl3pdfrfdj3nw5";
sha256 = "07ng21n4pva56cxnxkzd6vzs381zn67psqpm51ym5wnl644jqh08";
};
buildPhases = ["unpackPhase" "installPhase"];