Skip to content

Commit 2405e79

Browse files
authored
Update fdroid.nix
1 parent a548580 commit 2405e79

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_1019052.apk";
80-
sha256 = "sha256-yz8+1NGCd1N9ofGb+rFqWa27c0sJhr8PtZ4w33Fz3j0=";
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)