emilylange 2023-07-21 17:59:17 +02:00
parent 5df4d78d54
commit 443c79e698
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

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;