atlauncher: 3.4.36.3 -> 3.4.36.4 (#311019)

This commit is contained in:
Priyanshu Tripathi 2024-05-13 03:11:35 +05:30 committed by GitHub
parent b2646e2b04
commit 42768e4590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "atlauncher";
version = "3.4.36.3";
version = "3.4.36.4";
src = fetchurl {
url = "https://github.com/ATLauncher/ATLauncher/releases/download/v${finalAttrs.version}/ATLauncher-${finalAttrs.version}.jar";
hash = "sha256-qeH3W7G6xxlIrLK04A3GTKtZsvmii6acWY4clPIL8Rk=";
hash = "sha256-7l4D99rTOP+oyaa+O8GPGugr3Nv8EIt6EqK1L9ttFBA=";
};
env.ICON = fetchurl {