Skip to content

Commit c226ee6

Browse files
Nadrierilfpletz
authored andcommittedJul 17, 2017
tt-rss: 16.3 -> 17.4
1 parent f1cb9d0 commit c226ee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/servers/tt-rss/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
stdenv.mkDerivation rec {
44
name = "tt-rss-${version}";
5-
version = "16.3";
5+
version = "17.4";
66

77
src = fetchgit {
8-
url = "https://tt-rss.org/gitlab/fox/tt-rss.git";
8+
url = "https://git.tt-rss.org/git/tt-rss.git";
99
rev = "refs/tags/${version}";
10-
sha256 = "1584lcq6kcy9f8ik5djb9apck9hxvfpl54sn6yhl3pdfrfdj3nw5";
10+
sha256 = "07ng21n4pva56cxnxkzd6vzs381zn67psqpm51ym5wnl644jqh08";
1111
};
1212

1313
buildPhases = ["unpackPhase" "installPhase"];

0 commit comments

Comments
 (0)
Please sign in to comment.