Skip to content

Commit

Permalink
[Backport release-24.05] grafana-agent: 0.42.0 -> 0.43.0 (#343276)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylange committed Sep 20, 2024
2 parents e5bd14e + 272a8a5 commit aeae281
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/monitoring/grafana-agent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@

buildGoModule rec {
pname = "grafana-agent";
version = "0.42.0";
version = "0.43.0";

src = fetchFromGitHub {
owner = "grafana";
repo = "agent";
rev = "v${version}";
hash = "sha256-qSxm00zC1Ms9C5R077Zn5FKluEqFs8KYUPnDUaMvMs8=";
hash = "sha256-0pwsZONhouGuypGTP64oJd3+nq8VMlyulb/WUJj0qGw=";
};

vendorHash = "sha256-rC8iqCZ6tzXVCOHNqH+jAMDh2yTAR88zj45HcgJ2lSg=";
vendorHash = "sha256-vz65gr56wj6PNiQwmfz1wg9SVmRUnrv7ZeWQkqdA4WI=";
proxyVendor = true; # darwin/linux hash mismatch

frontendYarnOfflineCache = fetchYarnDeps {
yarnLock = src + "/internal/web/ui/yarn.lock";
hash = "sha256-FvrfWcuKld242YfZ8CixF5GGFRp8iFWZ3Vkef3Kf4ag=";
hash = "sha256-bnJL7W7VfJIrJKvRt9Q6kdEyjLH/IJoCi0TENxz7SUE=";
};

ldflags = let
Expand Down

0 comments on commit aeae281

Please sign in to comment.