tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
prometheus-fastly-exporter: 7.6.0 -> 7.6.1
R. Ryantm
2 years ago
d155fa8a
2a22bb70
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
prometheus
fastly-exporter.nix
+2
-2
pkgs/servers/monitoring/prometheus/fastly-exporter.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "fastly-exporter";
5
5
-
version = "7.6.0";
5
5
+
version = "7.6.1";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "peterbourgon";
9
9
repo = pname;
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-55yqt1F/jBoWHhq/Q9qOiCxg9naGrCFxGyfLseg9R/w=";
11
11
+
sha256 = "sha256-JUbjWAJ70iq0RCr6U2thbtZ3nmCic9wGtSf2ArRy4uA=";
12
12
};
13
13
14
14
vendorHash = "sha256-lEaMhJL/sKNOXx0W+QHMG4QUUE6Pc4AqulhgyCMQQNY=";