2022-11-04T02:35:03 alertmanager-irc-relay 0.4.3 -> 0.5.0 https://github.com/google/alertmanager-irc-relay/releases 2022-11-04T02:35:06 attrpath: alertmanager-irc-relay 2022-11-04T02:35:06 Checking auto update branch... 2022-11-04T02:35:06 No auto update branch exists 2022-11-04T02:35:06 Old version 0.4.3" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "alertmanager-irc-relay"; version = "0.5.0"; src = fetchFromGitHub { owner = "google"; repo = "alertmanager-irc-relay"; rev = "v${version}"; sha256 = "sha256-qE+cKwn/rqxL5/LUSirflmnFCow6IxjCcGvu2bbBmsk="; }; vendorSha256 = "sha256-VLG15IXS/fXFMTCJKEqGW6qZ9aOLPhazidVsOywG+w4="; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Alertmanager IRC Relay is a bot relaying Prometheus alerts to IRC"; longDescription = '' Alertmanager IRC Relay is a bot relaying Prometheus alerts to IRC. Alerts are received from Prometheus using Webhooks and are relayed to an IRC channel ''; homepage = "https://github.com/google/alertmanager-irc-relay"; license = licenses.asl20; maintainers = with maintainers; [ ymatsiuk ]; }; }