File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/gr/grafana-alloy Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717
1818buildGoModule 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 = ''
You can’t perform that action at this time.
0 commit comments