Skip to content

Commit 80b1f28

Browse files
committed
grafana-loki: 3.4.0 -> 3.4.2
1 parent be4ad2d commit 80b1f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
}:
1313

1414
buildGoModule rec {
15-
version = "3.4.0";
15+
version = "3.4.2";
1616
pname = "grafana-loki";
1717

1818
src = fetchFromGitHub {
1919
owner = "grafana";
2020
repo = "loki";
2121
rev = "v${version}";
22-
hash = "sha256-fFdp2QZQgrLPcgzY833TfGvW7QPR/Omq0wwvcejMXac=";
22+
hash = "sha256-GE92NlFCOk6qFtrgeBvLDI0OkmWaJ1j07Q14+jgi9+w=";
2323
};
2424

2525
vendorHash = null;

0 commit comments

Comments
 (0)