Unverified Commit 13736ada authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

prometheus-opnsense-exporter: 0.0.12 -> 0.0.13 (#493575)

parents 6096929a 2a7ae0cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "prometheus-opnsense-exporter";
  version = "0.0.12";
  version = "0.0.13";

  src = fetchFromGitHub {
    owner = "AthennaMind";
    repo = "opnsense-exporter";
    tag = "v${finalAttrs.version}";
    hash = "sha256-k+o7zvCJypzbBdZQWlTosauvdk1E207H75+fjtE/Ckk=";
    hash = "sha256-x2WQxS3TRhJCnDFFAnE4ayKmlNCRYabK9VBH29SPlFA=";
  };

  ldflags = [