Skip to content

Commit

Permalink
prometheus-postfix-exporter: 0.3.0 -> 0.7.0, switch to fork (NixOS#36…
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 23, 2024
2 parents 9477b6c + a363b08 commit 7ba2514
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/servers/monitoring/prometheus/postfix-exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildGoModule rec {
pname = "postfix_exporter";
version = "0.3.0";
version = "0.7.0";

src = fetchFromGitHub {
owner = "kumina";
owner = "Hsn723";
repo = "postfix_exporter";
rev = version;
sha256 = "sha256-63ze51Qbjm+3CV1OFGFa9cS4ucZ+gMKaJyBF2b//CfM=";
tag = "v${version}";
sha256 = "sha256-Bu8Y0UgB9D8psfRg/TRZqWqP5bj1+dWtAihLwCL+cTQ=";
};

vendorHash = "sha256-a4Lk4wh4mvXEjLgFksZIVVtbp+zTUyjtLVuk7vuot2k=";
vendorHash = "sha256-GkEHFcclILMst1je/1N7NNnO6F/LMv+e5Abq3uqtH+k=";

ldflags = [
"-s"
Expand Down

0 comments on commit 7ba2514

Please sign in to comment.