File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/by-name/gr/grafana-alloy Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717
1818buildGoModule rec {
1919 pname = "grafana-alloy";
20- version = "1.5 .1";
20+ version = "1.6 .1";
2121
2222 src = fetchFromGitHub {
23- rev = "v${version}";
2423 owner = "grafana";
2524 repo = "alloy";
26- hash = "sha256-0aNEzEf7hbMZO2Nx+T1tXB7xuK3hsH7MCynC+i3Cnr4=";
25+ tag = "v${version}";
26+ hash = "sha256-7NcSe+6MqS5Bxu64qaJKKxSsQYYEqeGGRgDpcag8t1I=";
2727 };
2828
2929 proxyVendor = true;
30- vendorHash = "sha256-YreRPoAxPuuulsqtWix1ZumpKUJb32iTNe0ZiIBYhY0 =";
30+ vendorHash = "sha256-DmSyEgEIJEMOOfOQxDZUGT81Iw6QO0gOhSkXSilL16g =";
3131
3232 nativeBuildInputs = [
3333 fixup-yarn-lock
@@ -70,7 +70,7 @@ buildGoModule rec {
7070
7171 yarnOfflineCache = fetchYarnDeps {
7272 yarnLock = "${src}/internal/web/ui/yarn.lock";
73- hash = "sha256-309e799oSBtESmsbxvBWhAC8I717U032Xe/h09xQecA =";
73+ hash = "sha256-4vZr3mPvk5IXoqSPuqhzYobAuK2NDK0dceNZUIQILvI =";
7474 };
7575
7676 preBuild = ''
You can’t perform that action at this time.
0 commit comments