Skip to content

Commit

Permalink
grafana-alloy: 1.4.1 -> 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 23, 2024
1 parent ee8bdf4 commit 62db9ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/gr/grafana-alloy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@

buildGoModule rec {
pname = "grafana-alloy";
version = "1.4.1";
version = "1.4.3";

src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "alloy";
hash = "sha256-/LCp4PUt85HR+ig0/v7KlS1cFcFGpI8TXHk3IlcEkvk=";
hash = "sha256-ISSmTdX/LgbreoGJry33xdOO9J98nh8SZBJwEFsFyvY=";
};

proxyVendor = true;
vendorHash = "sha256-fhUoQGNRoWNbU5U21X45s+eJ8XjCkvYULTRShyq0f3E=";
vendorHash = "sha256-O7x71Ghd8zI2Ns8Jj/Z5FWXKjyeHaPD8gyNmpwpIems=";

nativeBuildInputs = [ fixup-yarn-lock yarn nodejs installShellFiles ];

Expand Down Expand Up @@ -62,7 +62,7 @@ buildGoModule rec {

yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/internal/web/ui/yarn.lock";
hash = "sha256-Y0WcmjFtiNXue2kcJGlvHVBGmMLewGICISoRHnBPHGw=";
hash = "sha256-Q4IrOfCUlXM/5577Wk8UCIs76+XbuoHz7sIEJJTMKc4=";
};

preBuild = ''
Expand Down

0 comments on commit 62db9ac

Please sign in to comment.