We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4ad2d commit 80b1f28Copy full SHA for 80b1f28
pkgs/by-name/gr/grafana-loki/package.nix
@@ -12,14 +12,14 @@
12
}:
13
14
buildGoModule rec {
15
- version = "3.4.0";
+ version = "3.4.2";
16
pname = "grafana-loki";
17
18
src = fetchFromGitHub {
19
owner = "grafana";
20
repo = "loki";
21
rev = "v${version}";
22
- hash = "sha256-fFdp2QZQgrLPcgzY833TfGvW7QPR/Omq0wwvcejMXac=";
+ hash = "sha256-GE92NlFCOk6qFtrgeBvLDI0OkmWaJ1j07Q14+jgi9+w=";
23
};
24
25
vendorHash = null;
0 commit comments