grafana-loki: 3.3.1 -> 3.3.2

This commit is contained in:
R. Ryantm
2024-12-24 09:08:23 +00:00
parent a7e5f9c603
commit 7d9925471f
+2 -2
View File
@@ -10,14 +10,14 @@
}:
buildGoModule rec {
version = "3.3.1";
version = "3.3.2";
pname = "grafana-loki";
src = fetchFromGitHub {
owner = "grafana";
repo = "loki";
rev = "v${version}";
hash = "sha256-oibZFCuwHtg/A7AJfNqGKyRFhPLdOkX8uULx2rc7Fs8=";
hash = "sha256-Xz8157x6cjKbQWyJUYPcOixYMfWr5QzVfxAXEFQxY9w=";
};
vendorHash = null;