prometheus-shelly-exporter: 1.0.0 -> 0-unstable-2025-03-19 (#473086)

This commit is contained in:
Anthony
2025-12-22 23:13:28 +00:00
committed by GitHub
@@ -5,15 +5,15 @@
nixosTests,
}:
buildGoModule rec {
buildGoModule {
pname = "shelly_exporter";
version = "1.0.0";
version = "0-unstable-2025-03-19";
src = fetchFromGitHub {
owner = "aexel90";
repo = pname;
rev = "v${version}";
sha256 = "sha256-L0TuBDq5eEahQvzqd1WuvmXuQbbblCM+Nvj15IybnVo=";
repo = "shelly_exporter";
rev = "2e82fb01ec9337f6e2c68267e6d43c0f1677c481";
hash = "sha256-FYz0hmZiVWL6/bBccOBzFVpjN8HqbG+7+uODC2LwxZk=";
};
vendorHash = "sha256-BCrge2xLT4b4wpYA+zcsH64a/nfV8+HeZF7L49p2gEw=";