atlauncher: 3.4.37.4 -> 3.4.38.0

Changelog: https://github.com/ATLauncher/ATLauncher/blob/v3.4.38.0/CHANGELOG.md
This commit is contained in:
GetPsyched 2024-11-16 00:07:27 +04:00
parent ff988de25e
commit 6ea17aeff0
No known key found for this signature in database

View File

@ -21,13 +21,13 @@
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "atlauncher"; pname = "atlauncher";
version = "3.4.37.4"; version = "3.4.38.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ATLauncher"; owner = "ATLauncher";
repo = "ATLauncher"; repo = "ATLauncher";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-3Rs6XtqhD9PKz8ekF0STaANvPQ73KSUS8GIPvn9DmbQ="; hash = "sha256-0cn4qTdNH8VHRuypdRInrmU7gh792NSYL7P2rkz/4xc=";
}; };
postPatch = '' postPatch = ''