Skip to content

Commit b3e6a52

Browse files
Mic92mergify[bot]
authored andcommitted
[create-pull-request] automated change
1 parent ac9dfe8 commit b3e6a52

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/nixos-wiki/extensions.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{ fetchzip }:
22
{
33
"MobileFrontend" = fetchzip {
4-
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/MobileFrontend-REL1_42-f8ea869.tar.gz/MobileFrontend-REL1_42-f8ea869.tar.gz";
5-
hash = "sha256-aUVt/elcE4F+zMqaRM6SuKdwzhxgtvU305xZcL6TOmA=";
4+
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/MobileFrontend-REL1_42-64d7c57.tar.gz/MobileFrontend-REL1_42-64d7c57.tar.gz";
5+
hash = "sha256-gMXoJvrNrF6X+Hu93KRaT+knHQbLRGlibH6Gt/SqhOk=";
66
};
77
"DarkMode" = fetchzip {
88
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/DarkMode-REL1_42-66aad97.tar.gz/DarkMode-REL1_42-66aad97.tar.gz";
@@ -13,11 +13,11 @@
1313
hash = "sha256-U7mNjhr0kI46gWForiUBKXQEYSuvME8+YVwMOVpuhm0=";
1414
};
1515
"Translate" = fetchzip {
16-
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/Translate-REL1_42-5cd4bb3.tar.gz/Translate-REL1_42-5cd4bb3.tar.gz";
17-
hash = "sha256-W4OLDRT+QXPwBIj5o3Lrq8+k2sFeTJ7JgOt8rgLYq3o=";
16+
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/Translate-REL1_42-2863711.tar.gz/Translate-REL1_42-2863711.tar.gz";
17+
hash = "sha256-nbayoTRyj2YRap6VE+a2rXkwZX6l09lkxm1cnz++d7c=";
1818
};
1919
"UniversalLanguageSelector" = fetchzip {
20-
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/UniversalLanguageSelector-REL1_42-8a8a323.tar.gz/UniversalLanguageSelector-REL1_42-8a8a323.tar.gz";
21-
hash = "sha256-zvLO0woDgTjU58iKy7EsuJtuypfFqV+gDKgXvhOmO0g=";
20+
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/UniversalLanguageSelector-REL1_42-87f8601.tar.gz/UniversalLanguageSelector-REL1_42-87f8601.tar.gz";
21+
hash = "sha256-kp6AfSfIOAtvuI+hAXmPbWSPlHuBOKl+s61kzqeD2uY=";
2222
};
2323
}

0 commit comments

Comments
 (0)