From 0fc0c6d595c69e2103085cc4524e10e5ffd850d8 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 18 Jul 2024 17:35:05 +0200 Subject: [PATCH] tt-rss: use git.tt-rss.org instead of gitlab gitlab repo was throwing HTTP 500 errors --- modules/tt-rss/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tt-rss/default.nix b/modules/tt-rss/default.nix index c42fb2f..c08b3f7 100644 --- a/modules/tt-rss/default.nix +++ b/modules/tt-rss/default.nix @@ -8,7 +8,7 @@ name = "ttrss-auth-oidc"; version = "7ebfbc91e92bb133beb907c6bde79279ee5156df"; src = pkgs.fetchgit { - url = "https://gitlab.tt-rss.org/tt-rss/plugins/ttrss-auth-oidc.git"; + url = "https://git.tt-rss.org/fox/ttrss-auth-oidc.git"; hash = "sha256-G6vZBvSWms6s6nHZWsxJjMGuubt/imiBvbp6ykwrZbg="; }; installPhase = ''