grafana-loki: 3.2.1 -> 3.3.1

This commit is contained in:
R. Ryantm
2024-12-13 08:20:33 +00:00
parent 035264b794
commit 187485e9dd
+2 -2
View File
@@ -10,14 +10,14 @@
}:
buildGoModule rec {
version = "3.2.1";
version = "3.3.1";
pname = "grafana-loki";
src = fetchFromGitHub {
owner = "grafana";
repo = "loki";
rev = "v${version}";
hash = "sha256-PhvXuRWpOA+5sPiTSDEwpZ8KEfV/UHM2W6RnG9z9Sp0=";
hash = "sha256-oibZFCuwHtg/A7AJfNqGKyRFhPLdOkX8uULx2rc7Fs8=";
};
vendorHash = null;