Skip to content

Commit

Permalink
mtail: 3.0.8 -> 3.0.9 (#345942)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 5, 2024
2 parents 1c52242 + f8aceec commit 6027ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/mtail/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "mtail";
version = "3.0.8";
version = "3.0.9";

src = fetchFromGitHub {
owner = "google";
repo = "mtail";
rev = "v${version}";
hash = "sha256-Rnpf0RgGltSrUPHra5LbvVmS9jftcimYM2Zc39xoxDk=";
hash = "sha256-ZyQpTxWBCU+pmulEXi/Y2PimbNMsUlbEFj8r+gTOTA0=";
};

vendorHash = "sha256-30V+SS+fl1qmK/0i7eB4OGI6pv232kNIMPclRyTNWww=";
vendorHash = "sha256-96r2UWM5HUF69BOGW6buV6juJEDYoiBPmR5iGNmI5WA=";

ldflags = [
"-X=main.Branch=main"
Expand Down

0 comments on commit 6027ab6

Please sign in to comment.