Skip to content

Commit

Permalink
modules/apps/fdroid.nix: Update F-Droid APK URL
Browse files Browse the repository at this point in the history
The old URL is now a 404.
  • Loading branch information
CyberShadow committed Mar 9, 2024
1 parent b07885c commit 9ef93b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/apps/fdroid.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ in
config = mkIf cfg.enable {
apps.prebuilt."F-Droid" = {
apk = pkgs.fetchurl {
url = "https://f-droid.org/repo/org.fdroid.fdroid_1017050.apk";
sha256 = "sha256-3Du4j2QZ7n3efRVHpBVpqgMoL+AODcQ84DXv18nSfXU=";
url = "https://f-droid.org/repo/org.fdroid.fdroid_1019051.apk";
sha256 = "sha256-FiyxS5O9m2Zf/0JWtPyRz+dftyM1oCsdD+vmBiILUPQ=";
};

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

0 comments on commit 9ef93b5

Please sign in to comment.