Skip to content

Commit a10ca89

Browse files
authored
mackerel-agent: 0.84.1 -> 0.84.2 (#394834)
2 parents 03d20fb + ce8f18d commit a10ca89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ma/mackerel-agent/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010

1111
buildGoModule rec {
1212
pname = "mackerel-agent";
13-
version = "0.84.1";
13+
version = "0.84.2";
1414

1515
src = fetchFromGitHub {
1616
owner = "mackerelio";
1717
repo = pname;
1818
rev = "v${version}";
19-
sha256 = "sha256-gBpqBmqq9c37JzKwJKZZxP67BFWISZgVm5Vp8v+D3K0=";
19+
sha256 = "sha256-sh5hbhWlyu70Wm2zTQeKiQr/nYi6bG4g6a/yvEnd/DU=";
2020
};
2121

2222
nativeBuildInputs = [ makeWrapper ];
2323
nativeCheckInputs = lib.optionals (!stdenv.hostPlatform.isDarwin) [ nettools ];
2424
buildInputs = lib.optionals (!stdenv.hostPlatform.isDarwin) [ iproute2 ];
2525

26-
vendorHash = "sha256-DPxkZp46AsUiThQC9OwL24uKfJrUhgo8IvvE4fLo1yg=";
26+
vendorHash = "sha256-2JpI67HkhNJcFTuveHSgsqmmHhWOjHC0f0dK0tOjwIc=";
2727

2828
subPackages = [ "." ];
2929

0 commit comments

Comments
 (0)