atlauncher: 3.4.36.10 -> 3.4.37.2

Changelog: https://github.com/ATLauncher/ATLauncher/compare/v3.4.36.10...v3.4.37.2
This commit is contained in:
GetPsyched 2024-09-05 17:12:21 +05:30
parent 4c7acf930a
commit ead836a24e
No known key found for this signature in database
2 changed files with 372 additions and 365 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,13 +21,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "atlauncher";
version = "3.4.36.10";
version = "3.4.37.2";
src = fetchFromGitHub {
owner = "ATLauncher";
repo = "ATLauncher";
rev = "v${finalAttrs.version}";
hash = "sha256-EMV/M5W/acJaQJsi4COoRQC2YVfuJG9HGcwvGfakoNo=";
hash = "sha256-1sIzQBJWbkGk8VrZdRi3eIHBAfiu90lodEZVouZNzVM=";
};
postPatch = ''