Skip to content

Commit 289f22e

Browse files
authored
grafana-alloy: 1.5.1 -> 1.6.1 (NixOS#378611)
2 parents 807d4c2 + e1f2956 commit 289f22e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/gr/grafana-alloy/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717

1818
buildGoModule 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 = ''

0 commit comments

Comments
 (0)