alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
minecraft/cobblemon: Update modpack
author
yemou
date
1 month ago
(May 13, 2026, 10:58 PM -0400)
commit
0d2c683b
0d2c683b8744ca25d5f40fe75a4f2c2163921d01
parent
8b9847a4
8b9847a4797a30eaf36a32cf2a62621c298baef9
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
modules
services
minecraft
yembina
default.nix
+2
-2
modules/services/minecraft/yembina/default.nix
Reviewed
···
8
8
services.minecraft-servers.servers.yembina =
9
9
let
10
10
modpack = pkgs.fetchModrinthModpack {
11
11
-
url = "https://cobblemon.yem.pink/m/cobblemon-4.0.4.mrpack";
12
12
-
packHash = "sha256-k+HKj7d3Qw7hHJChC0cC3B6/5sD7jcA5+jlsC0/91Ag=";
11
11
+
url = "https://cobblemon.yem.pink/m/cobblemon-5.1.0.mrpack";
12
12
+
packHash = "sha256-6aagusaApZ54t6I1PLqE12KqCZXkJTN/9U4WWJ6W7Xk=";
13
13
side = "server";
14
14
};
15
15
in