Skip to content

Commit

Permalink
microg: 2.0.16.204713 -> 2.0.17.204714
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Pässler committed Jan 12, 2021
1 parent 14e2955 commit 40a71e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/microg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ with lib;

let
version = {
part1 = "0.2.16";
part2 = "204713";
part3 = "032";
part1 = "0.2.17";
part2 = "204714";
part3 = "034";
};
verifyApk = apk: pkgs.robotnix.verifyApk {
inherit apk;
Expand Down Expand Up @@ -37,7 +37,7 @@ in
GmsCore = {
apk = verifyApk (pkgs.fetchurl {
url = "https://github.com/microg/GmsCore/releases/download/v${version.part1}.${version.part2}/com.google.android.gms-${version.part2}${version.part3}.apk";
sha256 = "0mx9cchdba7zz57aq6pwffbw54vy06xcv7gqw7v1kz02v9sgmspy";
sha256 = "0lfypc2v1dcgddy8alidnbbda066xlxm6wnj8x449623sdf2crqy";
});
packageName = "com.google.android.gms";
privileged = true;
Expand Down

0 comments on commit 40a71e5

Please sign in to comment.