diff --git a/services/minecraft/module.nix b/services/minecraft/module.nix index 4969720..d9ddd39 100644 --- a/services/minecraft/module.nix +++ b/services/minecraft/module.nix @@ -4,7 +4,7 @@ let # Fetch nix-minecraft repository without using flakes nix-minecraft-src = builtins.fetchTarball { url = "https://github.com/Infinidoge/nix-minecraft/archive/master.tar.gz"; - sha256 = "1qi0vi1nqaxmkgvcq8xvcavyhcndmygqyhfkz9b7kfp52pq60xrl"; + sha256 = "069asc38ja70k1gkrp51ykbzc3zx7jfw20lw37wdlf9nmyvqxhq0"; }; in {