Unverified Commit 12237757 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

prometheus-storagebox-exporter: 0-unstable-2025-07-28 -> 1.0.0 (#454363)

parents f253c2f6 bc23f1e7
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -4,18 +4,18 @@
  fetchFromGitHub,
}:

buildGoModule {
buildGoModule rec {
  pname = "prometheus-storagebox-exporter";
  version = "0-unstable-2025-07-28";
  version = "1.0.0";

  src = fetchFromGitHub {
    owner = "fleaz";
    repo = "prometheus-storagebox-exporter";
    hash = "sha256-HGUAvoLIVXwZT/CJ1yj9H6ClNRwiJ8rjjluAQ6GdBME=";
    rev = "e03cfd5f60f7847b74de2f6f47690bc03b7c157a";
    hash = "sha256-sufxNnHAdOaYEzKj9vriDrJF6Tq4Eim3Z45FEuuG97Q=";
    tag = "v${version}";
  };

  vendorHash = "sha256-w2S8LWQyDLnUba7+YnTk7GhRXR/agbF5GFIeOPk8w64=";
  vendorHash = "sha256-hWM7JnL0x+vsUrQsJZGM3z2jB3F1wtjKWmX8j+WnjKY=";

  meta = {
    description = "Prometheus exporter for Hetzner storage boxes";