Merge pull request #306944 from mfrw/mfrw/mtail-3.0.0

mtail: 3.0.0-rc54 -> 3.0.0
This commit is contained in:
Nick Cao
2024-04-26 09:20:30 -04:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "mtail";
version = "3.0.0-rc54";
version = "3.0.0";
src = fetchFromGitHub {
owner = "google";
repo = "mtail";
rev = "v${version}";
hash = "sha256-c9lMqHyOerqN32UCyM52EZm4t+MQLDibUOD8rBvIARA=";
hash = "sha256-1AUV3NyALJbR2CPpDJaK+Cq/w87jGFtp/iUkBFqanSE=";
};
vendorHash = "sha256-TKDOPs5kWOSXrDm6AadEF2PmSEzzrRyTMBWANZEr4cs=";
vendorHash = "sha256-XKELlrsyumv3EbNdepLRgX7kPWxzo2ZdKrOwiM0myf8=";
ldflags = [
"-X=main.Branch=main"