File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/ma/mackerel-agent Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111buildGoModule 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
You can’t perform that action at this time.
0 commit comments