Skip to content

Commit

Permalink
Merge pull request NixOS#303537 from r-ryantm/auto-update/gatus
Browse files Browse the repository at this point in the history
gatus: 5.8.0 -> 5.9.0
  • Loading branch information
matthiasbeyer authored Apr 14, 2024
2 parents acbfe23 + f3e66fa commit f6b077a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ga/gatus/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand Down

0 comments on commit f6b077a

Please sign in to comment.