chore: flake/package updates
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
alejandro-angulo 2024-10-27 18:37:03 -07:00
parent 8790d60312
commit 3fc08e78e0
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 24 additions and 24 deletions

View file

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