Skip to content

Commit

Permalink
gatus: 5.12.1 -> 5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 26, 2024
1 parent a48eed9 commit fc2523c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ga/gatus/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "gatus";
version = "5.12.1";
version = "5.13.0";

src = fetchFromGitHub {
owner = "TwiN";
repo = "gatus";
rev = "v${version}";
hash = "sha256-K9jEepcxfV1sAC3YKqkvDA9HHlobksJPwsAcqD3gcmQ=";
hash = "sha256-+wXkB6QPAXerv8WKk4f7WA44eEaiw92Z+1bqhkZk9qQ=";
};

vendorHash = "sha256-jRRFj4NdxsjC9CM+Vm5+gV0ZMbz45YtGyE3FaGaGp28=";
vendorHash = "sha256-pM47Jy7WIS8+3mFEmPZdnyxcDjoxgdP46xuTmf4p2JM=";

subPackages = [ "." ];

Expand Down

0 comments on commit fc2523c

Please sign in to comment.