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 e84636c commit 5df9852Copy full SHA for 5df9852
pkgs/servers/tt-rss/default.nix
@@ -8,12 +8,12 @@
8
9
stdenv.mkDerivation rec {
10
pname = "tt-rss";
11
- version = "0-unstable-2024-11-04";
+ version = "0-unstable-2024-12-20";
12
13
src = fetchgit {
14
url = "https://git.tt-rss.org/fox/tt-rss.git";
15
- rev = "42ebdb027ec249fb8e693c41d7ee80ecdc68d6ec";
16
- hash = "sha256-QN7CwUufQSFlFde0NebO/kOYtEZCyL0ut+CNEpJMIMA=";
+ rev = "7b727156780236cb639c52e45d07cc80c1f2b0d3";
+ hash = "sha256-b3z1cfM0El6yW7sCq8FSoN0sNa07HA4zLSUrEFX8ICM=";
17
};
18
19
installPhase = ''
0 commit comments