Merge pull request #235628 from r-ryantm/auto-update/mackerel-agent

mackerel-agent: 0.75.2 -> 0.76.0
This commit is contained in:
Weijia Wang 2023-06-02 22:24:25 +02:00 committed by GitHub
commit c6988eead8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "mackerel-agent";
version = "0.75.2";
version = "0.76.0";
src = fetchFromGitHub {
owner = "mackerelio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xRujItV8xgIiQZktcEeq+hCDaD7HaHFEOsbtzmWfLQQ=";
sha256 = "sha256-IfrJd7EQ9t/whypxyW7uwUQ5O1pcqDgRf1AbG6d9LPw=";
};
nativeBuildInputs = [ makeWrapper ];