Unverified Commit 7f01cb40 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #246483 from aaronjheng/prometheus-sachet

prometheus-sachet: 0.3.1 -> 0.3.2
parents 2742c5ce 6fce47d4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "sachet";
  version = "0.3.1";
  version = "0.3.2";

  src = fetchFromGitHub {
    owner = "messagebird";
    repo = pname;
    rev = version;
    sha256 = "sha256-zcFViE1/B+wrkxZ3YIyfy2IBbxLvXOf8iK/6eqZb1ZQ=";
    hash = "sha256-zcFViE1/B+wrkxZ3YIyfy2IBbxLvXOf8iK/6eqZb1ZQ=";
  };

  vendorSha256 = null;
  vendorHash = null;

  meta = with lib; {
    description = "An SMS alerting tool for Prometheus's Alertmanager";