gatus: 5.8.0 -> 5.9.0

This commit is contained in:
R. Ryantm 2024-04-12 06:07:26 +00:00
parent c81c241415
commit f3e66fad04

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gatus";
version = "5.8.0";
version = "5.9.0";
src = fetchFromGitHub {
owner = "TwiN";
repo = "gatus";
rev = "v${version}";
hash = "sha256-FFnrtdJiN7B27sJXzoGsbPKX3NeuHOtA34WQrw6pvEI=";
hash = "sha256-obrdEnNxLdWtbGL57D/nTClaOdzJlLDU3+K9VdR8XI4=";
};
vendorHash = "sha256-VICVo7XYeHs/43knHA4CMSgHloyYSjOFe1TUb4u+egE=";