From 1691f387ae10021cadd901a4125374f160d4aa74 Mon Sep 17 00:00:00 2001 From: coolcuber Date: Sat, 22 Aug 2026 21:43:29 -0400 Subject: [PATCH] grpc-health-check: drop --- pkgs/by-name/gr/grpc-health-check/package.nix | 33 ------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 pkgs/by-name/gr/grpc-health-check/package.nix diff --git a/pkgs/by-name/gr/grpc-health-check/package.nix b/pkgs/by-name/gr/grpc-health-check/package.nix deleted file mode 100644 index 6208fc1479de..000000000000 --- a/pkgs/by-name/gr/grpc-health-check/package.nix +++ /dev/null @@ -1,33 +0,0 @@ -{ - stdenv, - fetchFromGitHub, - rustPlatform, - protobuf, - lib, -}: - -rustPlatform.buildRustPackage { - pname = "grpc-health-check"; - version = "unstable-2022-08-19"; - - src = fetchFromGitHub { - owner = "paypizza"; - repo = "grpc-health-check"; - rev = "f61bb5e10beadc5ed53144cc540d66e19fc510bd"; - hash = "sha256-nKut9c1HHIacdRcmvlXe0GrtkgCWN6sxJ4ImO0CIDdo="; - }; - - cargoHash = "sha256-NdwQ9gctO0Thaes2T5E9lo6dZ00+FoA3IO553g+NJh0="; - - nativeBuildInputs = [ protobuf ]; - # tests fail - doCheck = false; - - meta = { - description = "Minimal, high performance, memory-friendly, safe implementation of the gRPC health checking protocol"; - homepage = "https://github.com/paypizza/grpc-health-check"; - license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ flokli ]; - platforms = lib.platforms.unix; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 07de2ecd21b7..917971b9bc5a 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1067,6 +1067,7 @@ mapAliases { grig = throw "'grig' has been removed as it depended on the deprecated GTK 2 engine."; # Added 2026-08-14 gringo = throw "'gringo' has been renamed to/replaced by 'clingo'"; # Converted to throw 2025-10-27 grip = throw "'grip' has been removed because it depended on the deprecated GTK2 engine."; # Added 2026-07-30 + grpc-health-check = throw "'grpc-health-check' has been removed because the upstream repository was deleted."; # Added 2026-08-23 grub2_full = throw "'grub2_full' has been renamed to/replaced by 'grub2'"; # Converted to throw 2025-10-27 grub4dos = throw "'grub4dos' has been removed due to being broken for more than a year; see RFC 180"; # Added 2026-02-05 gruvbox-material-gtk-theme = throw "'gruvbox-material-gtk-theme' has been removed because it depended on 'gtk-engine-murrine', which was removed because it was unmaintained upstream and depended on GTK 2."; # Added 2026-07-22