Unverified Commit 18ea06de authored by Anthony's avatar Anthony Committed by GitHub
Browse files

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

parents fe3f79c2 5c42bb01
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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=";