Skip to content

Commit

Permalink
tt-rss: unstable-2023-04-13 -> 0-unstable-2024-11-04
Browse files Browse the repository at this point in the history
  • Loading branch information
gileri committed Nov 16, 2024
1 parent 33e2e0a commit ebf5be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/tt-rss/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

stdenv.mkDerivation rec {
pname = "tt-rss";
version = "unstable-2023-04-13";
version = "0-unstable-2024-11-04";

src = fetchgit {
url = "https://git.tt-rss.org/fox/tt-rss.git";
rev = "0578bf802571781a0a7e3debbbec66437a7d28b4";
hash = "sha256-j6R1QoH8SzUtyI3rGE6rHriboAfApAo/Guw8WbJ7LqU=";
rev = "42ebdb027ec249fb8e693c41d7ee80ecdc68d6ec";
hash = "sha256-QN7CwUufQSFlFde0NebO/kOYtEZCyL0ut+CNEpJMIMA=";
};

installPhase = ''
Expand Down

0 comments on commit ebf5be7

Please sign in to comment.