diff --git a/flake.nix b/flake.nix index 9c953fe5..35203e5d 100644 --- a/flake.nix +++ b/flake.nix @@ -33,11 +33,12 @@ default = stdenv.mkDerivation rec { name = "infinitime"; - src = fetchFromGitHub { - owner = "InfiniTimeOrg"; + src = fetchFromGitea { + domain = "git.techwork.zone"; + owner = "scott"; repo = "InfiniTime"; - rev = "1.14.1"; - hash = "sha256-IrsN+9LgEjgfoRR6H7FhsdLMK+GLxc41IBnSbdpwv/E="; + rev = "b7cf42156c0cecba7dab44083965325f357ea443"; + hash = "sha256-wpqubNAbujbtNyGETq4v8h4B3OhFNM5lnrTgozLe6h8="; fetchSubmodules = true; };