We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286d25f commit cd656d3Copy full SHA for cd656d3
pkgs/servers/tt-rss/default.nix
@@ -8,12 +8,12 @@
8
9
stdenv.mkDerivation rec {
10
pname = "tt-rss";
11
- version = "0-unstable-2024-12-22";
+ version = "0-unstable-2025-02-08";
12
13
src = fetchgit {
14
url = "https://git.tt-rss.org/fox/tt-rss.git";
15
- rev = "fc89d2e6333d6d828f2b07a53be53677caf3d638";
16
- hash = "sha256-z+sWplOExqtkWPEBJ+WOb4CPDX1iLj14KwrGSojFp0A=";
+ rev = "169ff6de341b20803796298d8ffea3ee4c4c4f09";
+ hash = "sha256-gMQSHRSb+p+SBKSN1Y4RLpHBIvq+Zq+/tX+GWktBy1g=";
17
};
18
19
installPhase = ''
0 commit comments