Updated teslamate grafana dashboards

This commit is contained in:
alejandro-angulo 2024-12-01 17:02:55 -08:00
parent a361cffecd
commit 997d1b2f9e
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -5,13 +5,13 @@
}:
stdenv.mkDerivation rec {
pname = "teslamate-grafana-dashboards";
version = "1.31.0";
version = "1.32.0";
src = fetchFromGitHub {
owner = "teslamate-org";
repo = "teslamate";
rev = "v${version}";
hash = "sha256-aX6FjOKyjsA/0IgLw/AnB01ddNk0yS6vd01BH/reBP4=";
hash = "sha256-diQRtJYfzGIVLxrdBad3XKWCtR97rj9Q1ZJ9MmvJGRk=";
};
dontBuild = true;