gatus: 5.16.0 -> 5.17.0 (#392045)

Co-authored-by: undefined-moe <i@undefined.moe>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-23 13:04:52 +00:00
committed by GitHub
co-authored by undefined-moe
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "gatus";
version = "5.16.0";
version = "5.17.0";
src = fetchFromGitHub {
owner = "TwiN";
repo = "gatus";
rev = "v${version}";
hash = "sha256-xfuq/+jZy8mfXU16WXaI7e+AEr+3bICvna2OQZHu73M=";
hash = "sha256-/YOC13ut1k48vx/LapcShNfi83LxbC62yxKuanlUI9k=";
};
vendorHash = "sha256-MMKfypk6nPiaPvarYcZ1TdHcu9RKKLoXpz5qoZC3C4Y=";
vendorHash = "sha256-gr/GmZaaNwp/jQwnDiU/kfDWaciQloxP9vNlVTwMQjE=";
subPackages = [ "." ];