Bump modpack to latest commit and fix url
This commit is contained in:
parent
670a7f2cd4
commit
18181f9085
|
@ -1,9 +1,9 @@
|
|||
{ inputs, pkgs, lib, config, ... }:
|
||||
let
|
||||
modpack = pkgs.fetchPackwizModpack rec {
|
||||
version = "c9087bf";
|
||||
url = "https://github.com/sajenim/minecraft-modpack/raw/${version}/pack.toml";
|
||||
packHash = "sha256-F3moe9sxYSbJtPhkCRilqR91Ox+YlBrHN/dXykNajDs=";
|
||||
version = "7091175a49";
|
||||
url = "https://git.sajenim.dev/jasmine/minecraft-modpack/raw/commit/${version}/pack.toml";
|
||||
packHash = "sha256-9HZipG6/8GKnbXp0Qfug8Y2Db96hageUtprAuuuuGPM=";
|
||||
};
|
||||
mcVersion = modpack.manifest.versions.minecraft;
|
||||
fabricVersion = modpack.manifest.versions.fabric;
|
||||
|
|
Loading…
Reference in a new issue