delft: drop fastly-exporter package
Martin Weinelt committed
Feb 9, 2024 at 02:44 UTC
b815b04eed4dd4cfd70e86996026a8408f46654a
1 file changed
-23
delft/prometheus/fastly.nix
deleted
-23
@@ -1,23 +0,0 @@
1
-{ lib, buildGoModule, fetchFromGitHub }:
2
-# Introduced in PR #133726 and should be removed when the network updates
3
-# to 21.11 or later.
4
-buildGoModule rec {
5
- pname = "fastly-exporter";
6
- version = "6.1.0";
7
-
8
- src = fetchFromGitHub {
9
- owner = "peterbourgon";
10
- repo = pname;
11
- rev = "v${version}";
12
- sha256 = "0my0pcxix5rk73m5ciz513nwmjcm7vjs6r8wg3vddm0xixv7zq94";
13
- };
14
-
15
- vendorSha256 = "1w9asky8h8l5gc0c6cv89m38qw50hyhma8qbsw3zirplhk9mb3r2";
16
-
17
- meta = with lib; {
18
- description = "Prometheus exporter for the Fastly Real-time Analytics API";
19
- homepage = "https://github.com/peterbourgon/fastly-exporter";
20
- license = licenses.asl20;
21
- maintainers = teams.deshaw.members;
22
- };
23
-}