atlauncher: 3.4.28.1 -> 3.4.30.0

This commit is contained in:
tofixrs 2023-07-25 15:46:28 +02:00 committed by Tofixrs
parent bcbbd7deee
commit cba1a49c17

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "atlauncher";
version = "3.4.28.1";
version = "3.4.30.0";
src = fetchurl {
url = "https://github.com/ATLauncher/ATLauncher/releases/download/v${finalAttrs.version}/ATLauncher-${finalAttrs.version}.jar";
hash = "sha256-IIwDMazxUMQ7nGQk/4VEZicgCmCR4oR8UYtO36pCEq4=";
hash = "sha256-eSb+qH/ZoPpeOyIuoJsEpecG7uUyh0vkqZzNuxriRuI=";
};
dontUnpack = true;