mcaselector: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm 2024-10-24 04:12:28 +00:00
parent 4545ad6779
commit cb6e241bb8

View File

@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "mcaselector";
version = "2.4.1";
version = "2.4.2";
src = fetchurl {
url = "https://github.com/Querz/mcaselector/releases/download/${finalAttrs.version}/mcaselector-${finalAttrs.version}.jar";
hash = "sha256-4czkp7+akZEPvnYLMFGrqrhBYafDVxDo1iQZYwvaARE=";
hash = "sha256-3Kq3vkBiz3A5tUSLNqDHNpognF2Q9HhU8WXwdRVxfSE=";
};
dontUnpack = true;