mackerel-agent: 0.85.0 -> 0.85.1 (#441407)

authored by Yohann Boniface and committed by GitHub d5367475 6626bbdc

+3 -3
+3 -3
pkgs/by-name/ma/mackerel-agent/package.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "mackerel-agent"; 13 - version = "0.85.0"; 13 + version = "0.85.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "mackerelio"; 17 17 repo = "mackerel-agent"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-wTL+zxa0uaRT8cP2P+iYW6qC8RS5g8wSpvsa01iSUXA="; 19 + sha256 = "sha256-ngBBpvDk5HsMNoZy45mlEBn3dgG8j1b98tShdR6QmQQ="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ makeWrapper ]; 23 23 nativeCheckInputs = lib.optionals (!stdenv.hostPlatform.isDarwin) [ net-tools ]; 24 24 buildInputs = lib.optionals (!stdenv.hostPlatform.isDarwin) [ iproute2 ]; 25 25 26 - vendorHash = "sha256-Q3HsfLA6xqzwXVfRc0bOb15kW2tdwj14DvJEZoRy0/4="; 26 + vendorHash = "sha256-Ubk/ms/3FwH1ZqZ5uTy0MubXhrKBoeaC85Y1KKH5cIw="; 27 27 28 28 subPackages = [ "." ]; 29 29