Skip to content

Commit

Permalink
prometheus-process-exporter: 0.8.4 -> 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2025
1 parent e9b1bb0 commit def4ece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/process-exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "process-exporter";
version = "0.8.4";
version = "0.8.5";

src = fetchFromGitHub {
owner = "ncabatoff";
repo = pname;
rev = "v${version}";
sha256 = "sha256-l767shpUFTLJV3yd9MhG5h7QTIKonwCPDW4PYQ2lTcg=";
sha256 = "sha256-WGfKF7GE9RHrMiqbx5c3WtHEKUA2SShwuUUAqAeiMts=";
};

vendorHash = "sha256-Mmcc7Tp71OH5BQgMYMRhokqNDOqCudaUaCNzjOGoQ68=";
vendorHash = "sha256-ZxN9BAn6b7OFXMiIbMqpEQsN9lTzt/A2LDu/Vtggtqs=";

postPatch = ''
substituteInPlace proc/read_test.go --replace /bin/cat cat
Expand Down

0 comments on commit def4ece

Please sign in to comment.