Skip to content

Commit a667966

Browse files
authored
Merge pull request #227 from eyJhb/patch-2
fdroid: prebuilt-apk: 1.17.0 -> 1.20.0
2 parents 9e7b1b9 + 13da61c commit a667966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/apps/fdroid.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ in
7676
config = mkIf cfg.enable {
7777
apps.prebuilt."F-Droid" = {
7878
apk = pkgs.fetchurl {
79-
url = "https://f-droid.org/repo/org.fdroid.fdroid_1017050.apk";
80-
sha256 = "sha256-3Du4j2QZ7n3efRVHpBVpqgMoL+AODcQ84DXv18nSfXU=";
79+
url = "https://f-droid.org/repo/org.fdroid.fdroid_1020050.apk";
80+
sha256 = "sha256-wWd/so9s/Ahdp6WtFbp1sjfNlbt4pnmqqNsMGt1o8QQ=";
8181
};
8282

8383
fingerprint = mkIf (!config.signing.enable) "7352DAE94B237866E7FB44FD94ADE44E8B6E05397E7D1FB45616A00E225063FF";

0 commit comments

Comments
 (0)