Skip to content

Commit

Permalink
tt-rss: 0-unstable-2024-12-20 -> 0-unstable-2024-12-22 (#369448)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 1, 2025
2 parents 87b8cc6 + e005762 commit 9accb96
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 = "0-unstable-2024-12-20";
version = "0-unstable-2024-12-22";

src = fetchgit {
url = "https://git.tt-rss.org/fox/tt-rss.git";
rev = "7b727156780236cb639c52e45d07cc80c1f2b0d3";
hash = "sha256-b3z1cfM0El6yW7sCq8FSoN0sNa07HA4zLSUrEFX8ICM=";
rev = "fc89d2e6333d6d828f2b07a53be53677caf3d638";
hash = "sha256-z+sWplOExqtkWPEBJ+WOb4CPDX1iLj14KwrGSojFp0A=";
};

installPhase = ''
Expand Down

0 comments on commit 9accb96

Please sign in to comment.