tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
prometheus-sql-exporter: 0.5.3 -> 0.5.4
R. Ryantm
2 years ago
14d5b5b2
34cfa58e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
prometheus
sql-exporter.nix
+2
-2
pkgs/servers/monitoring/prometheus/sql-exporter.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "sql_exporter";
5
5
-
version = "0.5.3";
5
5
+
version = "0.5.4";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "justwatchcom";
9
9
repo = pname;
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-Cp8+vVGyAwYcrBiEN1SmUnHqWFGtuypvzfDROJgOn28=";
11
11
+
sha256 = "sha256-ADfJxo9/CcWi9LgX31a7GYAdigFYRbkFy4PYzecG50Y=";
12
12
};
13
13
14
14
vendorHash = null;