atlauncher: 3.4.35.3 -> 3.4.35.4

This commit is contained in:
GetPsyched 2023-12-16 16:05:20 +05:30
parent fb442be635
commit 8a8f1d4e8b
No known key found for this signature in database

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "atlauncher";
version = "3.4.35.3";
version = "3.4.35.4";
src = fetchurl {
url = "https://github.com/ATLauncher/ATLauncher/releases/download/v${finalAttrs.version}/ATLauncher-${finalAttrs.version}.jar";
hash = "sha256-2080rVGBBM3YZmmBVBfMhnCErLzxuRDDi4zmCniJYFY=";
hash = "sha256-M8ygN70yizJM6VEffBh/lH/DneKAzQ5UFzc3g51dja0=";
};
env.ICON = fetchurl {