Merge pull request #308719 from r-ryantm/auto-update/mtail

mtail: 3.0.0 -> 3.0.1
This commit is contained in:
Nick Cao 2024-05-03 10:33:18 -04:00 committed by GitHub
commit 5e553b58a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "mtail";
version = "3.0.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "google";
repo = "mtail";
rev = "v${version}";
hash = "sha256-1AUV3NyALJbR2CPpDJaK+Cq/w87jGFtp/iUkBFqanSE=";
hash = "sha256-HXnudY9GUCjFL4JvdNYGZ1fPeaPZjt63jrZfUfOWjEc=";
};
vendorHash = "sha256-XKELlrsyumv3EbNdepLRgX7kPWxzo2ZdKrOwiM0myf8=";