Merge pull request #309302 from r-ryantm/auto-update/prometheus-process-exporter

prometheus-process-exporter: 0.7.10 -> 0.8.2
This commit is contained in:
Weijia Wang 2024-05-12 21:03:36 +02:00 committed by GitHub
commit 4d31b389fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "process-exporter";
version = "0.7.10";
version = "0.8.2";
src = fetchFromGitHub {
owner = "ncabatoff";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TAgMA9IV3i8dpgOBDmnlt4iyGlmWN5Nj3BexXb5vzlc=";
sha256 = "sha256-irI1vEoLKBn7odWpFfpSwLtkStEUyxRtD/fi3CV5oNM=";
};
vendorHash = "sha256-LAEnXJ3qShfCGjtsYAGyW5x/TTFQxQxXM0hebJrqiW4=";
vendorHash = "sha256-Mmcc7Tp71OH5BQgMYMRhokqNDOqCudaUaCNzjOGoQ68=";
postPatch = ''
substituteInPlace proc/read_test.go --replace /bin/cat cat