From 7d429a4720d8bbd239c638b6188e6c5c57ea409a Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 17 Jan 2026 20:29:17 +0100 Subject: [PATCH] Derivations/TidalDL: Update src after the original repository was removed (thank you anna) --- derivations/tidal-dl-ng/default.nix | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/derivations/tidal-dl-ng/default.nix b/derivations/tidal-dl-ng/default.nix index ac8ef05b..0b6903db 100644 --- a/derivations/tidal-dl-ng/default.nix +++ b/derivations/tidal-dl-ng/default.nix @@ -63,11 +63,19 @@ version = "0.31.3"; format = "pyproject"; + # TODO: The official repo was deleted, find the new one once it pops up + # src = pkgs.fetchFromGitHub { + # owner = "exislow"; + # repo = "tidal-dl-ng"; + # rev = "v${version}"; + # sha256 = "sha256-PUT0anx1yivgXwW21jah7Rv1/BabOT+KPoW446NFNyg="; + # }; + src = pkgs.fetchFromGitHub { - owner = "exislow"; - repo = "tidal-dl-ng"; - rev = "v${version}"; - sha256 = "sha256-PUT0anx1yivgXwW21jah7Rv1/BabOT+KPoW446NFNyg="; + owner = "rodvicj"; + repo = "tidal_dl_ng-Project"; + rev = "4573142c76ef045ebf8e80c34657dd2bec96f17d"; + sha256 = "sha256-3sO2qj8V4KXOWK7vQsFAOYeTZo2rsc/M36SwRnC0oVg="; }; doCheck = false; @@ -96,13 +104,6 @@ typer rich ]; - - # pythonOutputDistPhase = '' - # echo "⚠️Skipping pythonOutputDistPhase" - # ''; - # pythonCatchConflictsPhase = '' - # echo "🛑 Skipping pythonCatchConflictsPhase" - # ''; }; #