Merge pull request #244683 from emilylange/loki

grafana-loki,promtail: 2.8.2 -> 2.8.3
This commit is contained in:
Pol Dellaiera
2023-07-24 21:34:30 +02:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
}:
buildGoModule rec {
version = "2.8.2";
version = "2.8.3";
pname = "grafana-loki";
src = fetchFromGitHub {
owner = "grafana";
repo = "loki";
rev = "v${version}";
hash = "sha256-29cpDLIwKw0CaYaNGv31E7sNTaRepymjvAZ8TL4RpxY=";
hash = "sha256-Ceuxaxl4KHOlS51MbpYYox6r/SfbGcLrmKbst+xQk74=";
};
vendorHash = null;