Commit 9dd1ed3b authored by qzylinra's avatar qzylinra
Browse files

wifi-password: drop

The upstream project has not been updated for 9 years, and some features no longer work. https://github.com/rauchg/wifi-password/issues/34
parent 5a1cf292
Loading
Loading
Loading
Loading
+0 −30
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
}:

stdenv.mkDerivation rec {
  version = "0.1.0";
  pname = "wifi-password";

  src = fetchFromGitHub {
    owner = "rauchg";
    repo = "wifi-password";
    rev = version;
    sha256 = "0sfvb40h7rz9jzp4l9iji3jg80paklqsbmnk5h7ipsv2xbsplp64";
  };

  installPhase = ''
    mkdir -p $out/bin
    cp wifi-password.sh $out/bin/wifi-password
  '';

  meta = {
    homepage = "https://github.com/rauchg/wifi-password";
    description = "Get the password of the wifi you're on";
    platforms = lib.platforms.darwin;
    license = lib.licenses.mit;
    maintainers = [ lib.maintainers.nikitavoloboev ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -2432,6 +2432,7 @@ mapAliases {
  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
  wifi-password = throw "'wifi-password' has been removed as it was unmaintained upstream"; # Added 2025-08-29
  wineWayland = wine-wayland;
  winhelpcgi = throw "'winhelpcgi' has been removed as it was unmaintained upstream and broken with GCC 14"; # Added 2025-06-14
  win-virtio = virtio-win; # Added 2023-10-17