grafana-alloy: 1.4.3 -> 1.5.0

This commit is contained in:
R. Ryantm
2024-12-01 23:19:40 +00:00
parent 10f06c512e
commit 222b59113b
+4 -4
View File
@@ -16,17 +16,17 @@
buildGoModule rec {
pname = "grafana-alloy";
version = "1.4.3";
version = "1.5.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "alloy";
hash = "sha256-ISSmTdX/LgbreoGJry33xdOO9J98nh8SZBJwEFsFyvY=";
hash = "sha256-uiJwzpWmViyVZRimnDP8XkTyT0v6dliyyh4rvIi0T9M=";
};
proxyVendor = true;
vendorHash = "sha256-O7x71Ghd8zI2Ns8Jj/Z5FWXKjyeHaPD8gyNmpwpIems=";
vendorHash = "sha256-mh51vVHWq14UgfB45/HTE8Z/9t41atgoSJRPUb4jZd4=";
nativeBuildInputs = [ fixup-yarn-lock yarn nodejs installShellFiles ];
@@ -62,7 +62,7 @@ buildGoModule rec {
yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/internal/web/ui/yarn.lock";
hash = "sha256-Q4IrOfCUlXM/5577Wk8UCIs76+XbuoHz7sIEJJTMKc4=";
hash = "sha256-309e799oSBtESmsbxvBWhAC8I717U032Xe/h09xQecA=";
};
preBuild = ''