Bump modpack to latest commit and fix url

This commit is contained in:
♥ Minnie ♥ 2024-06-13 21:36:51 +08:00
parent 670a7f2cd4
commit 18181f9085
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -1,9 +1,9 @@
{ inputs, pkgs, lib, config, ... }: { inputs, pkgs, lib, config, ... }:
let let
modpack = pkgs.fetchPackwizModpack rec { modpack = pkgs.fetchPackwizModpack rec {
version = "c9087bf"; version = "7091175a49";
url = "https://github.com/sajenim/minecraft-modpack/raw/${version}/pack.toml"; url = "https://git.sajenim.dev/jasmine/minecraft-modpack/raw/commit/${version}/pack.toml";
packHash = "sha256-F3moe9sxYSbJtPhkCRilqR91Ox+YlBrHN/dXykNajDs="; packHash = "sha256-9HZipG6/8GKnbXp0Qfug8Y2Db96hageUtprAuuuuGPM=";
}; };
mcVersion = modpack.manifest.versions.minecraft; mcVersion = modpack.manifest.versions.minecraft;
fabricVersion = modpack.manifest.versions.fabric; fabricVersion = modpack.manifest.versions.fabric;