about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-08-01 03:36:21 +0000
committerAaron Jheng <wentworth@outlook.com>2023-08-01 03:36:21 +0000
commit6fce47d4d1c7f4a5687c0f9a69b2b253944c4c6d (patch)
tree5be0006ae629bd8ec82fde60b88e8f061ad550e9 /pkgs
parentfbacd47118ce596c24cc8bf9c5759a989c7b6799 (diff)
prometheus-sachet: 0.3.1 -> 0.3.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/monitoring/prometheus/sachet.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/monitoring/prometheus/sachet.nix b/pkgs/servers/monitoring/prometheus/sachet.nix
index 7bf7b4dc26a57..20dda305543c9 100644
--- a/pkgs/servers/monitoring/prometheus/sachet.nix
+++ b/pkgs/servers/monitoring/prometheus/sachet.nix
@@ -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";