{ lib, buildGoModule, fetchFromGitHub, ... }: buildGoModule { pname = "prometheus-minecraft-exporter"; version = "0.22.0"; src = fetchFromGitHub { owner = "dirien"; repo = "minecraft-prometheus-exporter"; rev = "v0.22.0"; hash = "sha256-jjdFbGyK+bHgZx/UAbBygCnY/9f9QxgHGqxUusR7ro8="; }; vendorHash = "sha256-Smlkqig7UVTSOrBGhEExbqefqh3Gv3LWbNOUdpJhLtQ="; meta = { description = "collect player metrics from a minecraft server"; homepage = "https://github.com/dirien/minecraft-prometheus-exporter"; }; }