whatsapp-for-linux: rename to wasistlos (#377990)

This commit is contained in:
Sandro 2025-02-02 21:01:05 +01:00 committed by GitHub
commit 94488fa6e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View File

@ -27,12 +27,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "whatsapp-for-linux";
pname = "wasistlos";
version = "1.7.0";
src = fetchFromGitHub {
owner = "eneshecan";
repo = "whatsapp-for-linux";
owner = "xeco23";
repo = "WasIstLos";
rev = "v${finalAttrs.version}";
hash = "sha256-h07Qf34unwtyc1VDtCCkukgBDJIvYNgESwAylbsjVsQ=";
};
@ -70,9 +70,9 @@ stdenv.mkDerivation (finalAttrs: {
];
meta = {
homepage = "https://github.com/eneshecan/whatsapp-for-linux";
description = "Whatsapp desktop messaging app";
mainProgram = "whatsapp-for-linux";
homepage = "https://github.com/xeco23/WasIstLos";
description = "Unofficial WhatsApp desktop application";
mainProgram = "wasistlos";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ bartuka ];
platforms = [

View File

@ -1500,6 +1500,7 @@ mapAliases {
webkitgtk = lib.warnOnInstantiate "Explicitly set the ABI version of 'webkitgtk'" webkitgtk_4_0;
webmetro = throw "'webmetro' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
wg-bond = throw "'wg-bond' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
whatsapp-for-linux = wasistlos; # Added 2025-01-30
wineWayland = wine-wayland;
win-virtio = virtio-win; # Added 2023-10-17
wireguard-vanity-address = throw "'wireguard-vanity-address' has been removed due to lack of upstream maintenance"; # Added 2025-01-26