atlauncher: 3.4.38.0 -> 3.4.38.1

This commit is contained in:
R. Ryantm
2024-12-14 00:26:48 +00:00
parent 541e1aacbf
commit 1044a518e4
+2 -2
View File
@@ -24,13 +24,13 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "atlauncher";
version = "3.4.38.0";
version = "3.4.38.1";
src = fetchFromGitHub {
owner = "ATLauncher";
repo = "ATLauncher";
rev = "v${finalAttrs.version}";
hash = "sha256-0cn4qTdNH8VHRuypdRInrmU7gh792NSYL7P2rkz/4xc=";
hash = "sha256-u9t+0MgmEyDJkdjv+89wJkK74NKBlxNEy2F+3zz7kLI=";
};
postPatch = ''