Loading pkgs/servers/monitoring/loki/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -8,14 +8,14 @@ }: buildGoModule rec { version = "2.8.1"; version = "2.8.2"; pname = "grafana-loki"; src = fetchFromGitHub { owner = "grafana"; repo = "loki"; rev = "v${version}"; hash = "sha256-kMVbswnq8hnPv/QmvPXmOL4QOTHyuKvgQ6+CNX0DunQ="; hash = "sha256-29cpDLIwKw0CaYaNGv31E7sNTaRepymjvAZ8TL4RpxY="; }; vendorHash = null; Loading Loading @@ -54,6 +54,7 @@ buildGoModule rec { description = "Like Prometheus, but for logs"; license = with licenses; [ agpl3Only asl20 ]; homepage = "https://grafana.com/oss/loki/"; changelog = "https://github.com/grafana/loki/releases/tag/v${version}"; maintainers = with maintainers; [ willibutz globin mmahut indeednotjames ]; }; } Loading
pkgs/servers/monitoring/loki/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -8,14 +8,14 @@ }: buildGoModule rec { version = "2.8.1"; version = "2.8.2"; pname = "grafana-loki"; src = fetchFromGitHub { owner = "grafana"; repo = "loki"; rev = "v${version}"; hash = "sha256-kMVbswnq8hnPv/QmvPXmOL4QOTHyuKvgQ6+CNX0DunQ="; hash = "sha256-29cpDLIwKw0CaYaNGv31E7sNTaRepymjvAZ8TL4RpxY="; }; vendorHash = null; Loading Loading @@ -54,6 +54,7 @@ buildGoModule rec { description = "Like Prometheus, but for logs"; license = with licenses; [ agpl3Only asl20 ]; homepage = "https://grafana.com/oss/loki/"; changelog = "https://github.com/grafana/loki/releases/tag/v${version}"; maintainers = with maintainers; [ willibutz globin mmahut indeednotjames ]; }; }