gatus: 5.12.0 -> 5.12.1

This commit is contained in:
R. Ryantm 2024-09-09 11:44:23 +00:00
parent d01b5ff5b5
commit c419ea1a5f

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gatus";
version = "5.12.0";
version = "5.12.1";
src = fetchFromGitHub {
owner = "TwiN";
repo = "gatus";
rev = "v${version}";
hash = "sha256-fxRHO37lxFb/rGr3TWLR817sNXaSClucuVtI1XgWrgM=";
hash = "sha256-K9jEepcxfV1sAC3YKqkvDA9HHlobksJPwsAcqD3gcmQ=";
};
vendorHash = "sha256-jRRFj4NdxsjC9CM+Vm5+gV0ZMbz45YtGyE3FaGaGp28=";