mcaselector: 2.5.2 -> 2.5.3

(cherry picked from commit a0a3de4158)
This commit is contained in:
R. Ryantm
2025-06-18 01:44:49 +00:00
committed by github-actions[bot]
parent 0d97fc51a6
commit 69e929f019

View File

@@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "mcaselector";
version = "2.5.2";
version = "2.5.3";
src = fetchurl {
url = "https://github.com/Querz/mcaselector/releases/download/${finalAttrs.version}/mcaselector-${finalAttrs.version}.jar";
hash = "sha256-bbhbTsMtBIBTGd6IRTKPzY5T8NLfLqBu2bYc8GK8y/U=";
hash = "sha256-PQCXwtEK+Tq1cRJDkzlQ43dhdQ3J+bd8x/ymvsfIfdA=";
};
dontUnpack = true;