Skip to content

Commit cd656d3

Browse files
committed
tt-rss: 0-unstable-2024-12-22 -> 0-unstable-2025-02-08
1 parent 286d25f commit cd656d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/tt-rss/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "tt-rss";
11-
version = "0-unstable-2024-12-22";
11+
version = "0-unstable-2025-02-08";
1212

1313
src = fetchgit {
1414
url = "https://git.tt-rss.org/fox/tt-rss.git";
15-
rev = "fc89d2e6333d6d828f2b07a53be53677caf3d638";
16-
hash = "sha256-z+sWplOExqtkWPEBJ+WOb4CPDX1iLj14KwrGSojFp0A=";
15+
rev = "169ff6de341b20803796298d8ffea3ee4c4c4f09";
16+
hash = "sha256-gMQSHRSb+p+SBKSN1Y4RLpHBIvq+Zq+/tX+GWktBy1g=";
1717
};
1818

1919
installPhase = ''

0 commit comments

Comments
 (0)