Skip to content

Commit

Permalink
bump ttrss to 2024-10-10 468f464b4
Browse files Browse the repository at this point in the history
and ttrss-af-readability to 2024-06-13
  • Loading branch information
gdamjan committed Oct 11, 2024
1 parent 6be2885 commit b8a8b69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tt-rss-readability.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

pkgs.stdenv.mkDerivation rec {
pname = "tt-rss-plugin-readability";
version = "unstable-2024-04-03";
version = "unstable-2024-06-13";

src = pkgs.fetchgit {
url = "https://git.tt-rss.org/fox/ttrss-af-readability.git";
sha256 = "sha256-pLNNb3iAx8H4KtH7ODyqlkiZeA35w5F6PLQoN4kHFgM=";
rev = "f2169ca419be339fa5ba32d0a50770f3d442d8b7";
rev = "6fa51adb5e663fe01d7d01f75f8029393f3fbc2e";
hash = "sha256-b0nmOTld789Civw43XgQ0SBv1MyNHiMsv7bZSUiMBfU=";
};

dontBuild = true;
Expand Down
8 changes: 4 additions & 4 deletions tt-rss.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ let
in
pkgs.stdenv.mkDerivation rec {
pname = "tt-rss";
version = "2024-04-21";
rev = "d832907125a7711397da8ade5cfb51082d802542";
sha256 = "sha256-XxwBMKnj+8bTVN0h7+sGYTZMvhD4pr0S02jiV21kqR8=";
version = "2024-10-10";
rev = "468f464b486e2ed0527cfd7e80113d37cdd4d07c";
hash = "sha256-aCBi8moCxfDuRyizZkVlvbQEQKq2ZasZEbG5/EuovPE=";

src = pkgs.fetchgit {
url = "https://git.tt-rss.org/fox/tt-rss.git";
inherit sha256 rev;
inherit hash rev;
};

installPhase = ''
Expand Down

0 comments on commit b8a8b69

Please sign in to comment.