Forgor Mineconf
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m43s

This commit is contained in:
Root User 2026-05-12 14:58:04 +02:00
parent eaa4b6e079
commit 4732cc0722
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -361,6 +361,10 @@ in {
sha512 = "e13baed31ac1abb084886cd40a731ba3805126d3d8cf49b7f8a9ff8a0eec2b2935da92fee2413765328e64f7e41918e3aa98d142b17e9baac2c0c8fdb91799f2"; sha512 = "e13baed31ac1abb084886cd40a731ba3805126d3d8cf49b7f8a9ff8a0eec2b2935da92fee2413765328e64f7e41918e3aa98d142b17e9baac2c0c8fdb91799f2";
}; };
MineConf = pkgs.fetchurl {
url = "https://cdn.modrinth.com/data/NfULUoHI/versions/NSEQamiF/mineconf-1.21.11-1.1.2.jar";
sha512 = "2abc2fc37bdcf9c218bf733b691995afb4b81edc96ea31c93f9a70d8bd782904c3deeddb7408b4ea577c4b0bec7ce487bda3ab8ec15ff58c0d9f33894b5dc6b1";
};
} }
); );
}; };