Skip to content

Commit 1eead48

Browse files
authored
grafana-alloy: 1.7.5 -> 1.8.1 (#397748)
2 parents 33ba5c5 + 0eeb9d8 commit 1eead48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

1818
buildGoModule rec {
1919
pname = "grafana-alloy";
20-
version = "1.7.5";
20+
version = "1.8.1";
2121

2222
src = fetchFromGitHub {
2323
owner = "grafana";
2424
repo = "alloy";
2525
tag = "v${version}";
26-
hash = "sha256-4JfzjeF654+Q4Hc/0P08minpSJX3mO/p8EOeHUCKu6A=";
26+
hash = "sha256-QuKwsKIm42hcWgLq2etjvBf+NDGiMVPQkKdQJZrFxUg=";
2727
};
2828

2929
proxyVendor = true;
30-
vendorHash = "sha256-rZcqCcb++A8HYLVcGVWQ61fEXAqF0GXbTze/GGsF5bA=";
30+
vendorHash = "sha256-Vqhdc+WZC8IACEzox5c4PsOvYwQ2WFL3lDM+hB1foE0=";
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-4vZr3mPvk5IXoqSPuqhzYobAuK2NDK0dceNZUIQILvI=";
73+
hash = "sha256-gKCjJe3TVpaHm/gwaNh4zeL5k4jlbWfF94aDYQ1brU8=";
7474
};
7575

7676
preBuild = ''

0 commit comments

Comments
 (0)