prometheus-postgres-exporter: 0.13.0 -> 0.13.1

This commit is contained in:
R. Ryantm
2023-07-02 17:27:08 +00:00
parent 7672c1e9ae
commit b137fed371
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "postgres_exporter";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "prometheus-community";
repo = "postgres_exporter";
rev = "v${version}";
sha256 = "sha256-lFkxX8j0IDDmxNz4BQCCYaox2yrtMkKphK02emrg8Rs=";
sha256 = "sha256-DBb15rtwrR+jixbnZEfhQUkCo+N+kPiZ60VxtNoL90c=";
};
vendorSha256 = "sha256-0MQS42/4iImtq3yBGVCe0BwV0HiJCo7LVEAbsKltE4g=";
vendorHash = "sha256-0MQS42/4iImtq3yBGVCe0BwV0HiJCo7LVEAbsKltE4g=";
ldflags =
let