mtail: 3.0.7 -> 3.0.8

This commit is contained in:
R. Ryantm 2024-08-08 16:13:01 +00:00
parent 9c420403d4
commit 2df5e19ff3

View File

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "mtail"; pname = "mtail";
version = "3.0.7"; version = "3.0.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = "mtail"; repo = "mtail";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Uo3Mq3NaQf/MlvvqfIfVlvQ+7YmrhKn/hb2HpEoc628="; hash = "sha256-Rnpf0RgGltSrUPHra5LbvVmS9jftcimYM2Zc39xoxDk=";
}; };
vendorHash = "sha256-FdvbwFrhvwJgqlssyqzZiBbh2HJEHAUi2s6IuBa6LC8="; vendorHash = "sha256-30V+SS+fl1qmK/0i7eB4OGI6pv232kNIMPclRyTNWww=";
ldflags = [ ldflags = [
"-X=main.Branch=main" "-X=main.Branch=main"