Merge pull request #264403 from jpds/systemd_exporter-0.6.0

prometheus-systemd-exporter: 0.5.0 → 0.6.0
This commit is contained in:
Maximilian Bosch 2023-11-04 14:41:23 +01:00 committed by GitHub
commit 01d41876d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,15 @@
buildGoModule rec { buildGoModule rec {
pname = "systemd_exporter"; pname = "systemd_exporter";
version = "0.5.0"; version = "0.6.0";
vendorHash = "sha256-XkwBhj2M1poirPkWzS71NbRTshc8dTKwaHoDfFxpykU="; vendorHash = "sha256-D5ASUP6XHNeHZqH/ui5GvxWis/NQrRpN/+wkO4fKkA8=";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "prometheus-community"; owner = "prometheus-community";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-q6rnD8JCtB1zTkUfZt6f2Uyo91uFi3HYI7WFlZdzpBM="; sha256 = "sha256-zLg4cOZUh50OFPp4mKR/FY0JfzVmXmDFcKkhB6DalGc=";
}; };
ldflags = [ ldflags = [