lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

prometheus-sachet: 0.3.1 -> 0.3.2

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/sachet.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "sachet"; 8 - version = "0.3.1"; 8 + version = "0.3.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "messagebird"; 12 12 repo = pname; 13 13 rev = version; 14 - sha256 = "sha256-zcFViE1/B+wrkxZ3YIyfy2IBbxLvXOf8iK/6eqZb1ZQ="; 14 + hash = "sha256-zcFViE1/B+wrkxZ3YIyfy2IBbxLvXOf8iK/6eqZb1ZQ="; 15 15 }; 16 16 17 - vendorSha256 = null; 17 + vendorHash = null; 18 18 19 19 meta = with lib; { 20 20 description = "An SMS alerting tool for Prometheus's Alertmanager";