migrate to github

This commit is contained in:
♥ Minnie ♥ 2025-02-16 10:51:33 +08:00
parent 6724338289
commit f0330126f9
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -6,8 +6,8 @@
... ...
}: let }: let
modpack = pkgs.fetchPackwizModpack rec { modpack = pkgs.fetchPackwizModpack rec {
version = "7091175a49"; version = "7091175";
url = "https://git.sajenim.dev/jasmine/minecraft-modpack/raw/commit/${version}/pack.toml"; url = "https://raw.githubusercontent.com/sajenim/minecraft-modpack/${version}/pack.toml";
packHash = "sha256-9HZipG6/8GKnbXp0Qfug8Y2Db96hageUtprAuuuuGPM="; packHash = "sha256-9HZipG6/8GKnbXp0Qfug8Y2Db96hageUtprAuuuuGPM=";
}; };
mcVersion = modpack.manifest.versions.minecraft; mcVersion = modpack.manifest.versions.minecraft;