Skip to content

Commit 40a71e5

Browse files
author
Milan Pässler
committed
microg: 2.0.16.204713 -> 2.0.17.204714
1 parent 14e2955 commit 40a71e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/microg.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ with lib;
44

55
let
66
version = {
7-
part1 = "0.2.16";
8-
part2 = "204713";
9-
part3 = "032";
7+
part1 = "0.2.17";
8+
part2 = "204714";
9+
part3 = "034";
1010
};
1111
verifyApk = apk: pkgs.robotnix.verifyApk {
1212
inherit apk;
@@ -37,7 +37,7 @@ in
3737
GmsCore = {
3838
apk = verifyApk (pkgs.fetchurl {
3939
url = "https://github.com/microg/GmsCore/releases/download/v${version.part1}.${version.part2}/com.google.android.gms-${version.part2}${version.part3}.apk";
40-
sha256 = "0mx9cchdba7zz57aq6pwffbw54vy06xcv7gqw7v1kz02v9sgmspy";
40+
sha256 = "0lfypc2v1dcgddy8alidnbbda066xlxm6wnj8x449623sdf2crqy";
4141
});
4242
packageName = "com.google.android.gms";
4343
privileged = true;

0 commit comments

Comments
 (0)