Skip to content

Commit

Permalink
grafana-alloy: 1.0.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Jun 6, 2024
1 parent 0c88d12 commit 3d235b4
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 @@ -14,17 +14,17 @@

buildGoModule rec {
pname = "grafana-alloy";
version = "1.0.0";
version = "1.1.1";

src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "alloy";
hash = "sha256-G+lLxdUnE07QXt2wBcS6K3DVHIS35aKCh0TZCzpNgBE=";
hash = "sha256-jaOQG+QkVi10lUp6izvSGE9j76ULc4yKbxdDhLHykYI=";
};

proxyVendor = true;
vendorHash = "sha256-eF2BvfxH7pKtBp/rTYxCxwSsuKRJlcBDkiJGPDsiNOE=";
vendorHash = "sha256-6Xc2siImM1Dl716uGhtAGcn+PO2OLuYLxanzg8Ho6SA=";

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

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

yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/internal/web/ui/yarn.lock";
sha256 = "sha256-WqbIg18qUNcs9O2wh7DAzwXKb60iEuPL8zFCIgScqI0=";
sha256 = "sha256-o3vCI9GHCr4SjYsiT0wQ4mN76QeAGwOfLVCzGp7NMf4=";
};

preBuild = ''
Expand Down

0 comments on commit 3d235b4

Please sign in to comment.