tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
prometheus-json-exporter: 0.4.0 -> 0.5.0
R. Ryantm
3 years ago
722d9490
dfda4ec1
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
prometheus
json-exporter.nix
+3
-3
pkgs/servers/monitoring/prometheus/json-exporter.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "prometheus-json-exporter";
5
5
-
version = "0.4.0";
5
5
+
version = "0.5.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "prometheus-community";
9
9
repo = "json_exporter";
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-BzzDa+5YIyaqG88AZumGVEbbHomcNWhVWhSrITdD6XA=";
11
11
+
sha256 = "sha256-33cu2DG6kgzCVQPaN9L8f/Iq76RqDPa+kE7qMt8czhI=";
12
12
};
13
13
14
14
-
vendorSha256 = "sha256-Xw5xsEwd+v2f4DBsjY4q0tzABgNo4NuEtiTMoZ/pFNE=";
14
14
+
vendorSha256 = "sha256-aMpJaxyBBfpsRJTxAO05926tQSt8qQoDDzLFbX4qwWc=";
15
15
16
16
passthru.tests = { inherit (nixosTests.prometheus-exporters) json; };
17
17