mtail: 3.0.2 -> 3.0.3

This commit is contained in:
R. Ryantm 2024-06-21 01:36:39 +00:00
parent 3d37622cff
commit 0a3203db3c

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "mtail";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitHub {
owner = "google";
repo = "mtail";
rev = "v${version}";
hash = "sha256-zIegPQEzG7qrvS40lDODw0oisZtMN5LnLdZA01K0FQs=";
hash = "sha256-AFSEMc7ZFT3fMupCPIA2nQZXIuJvsMXwsS4/zrJV+wM=";
};
vendorHash = "sha256-qn27BYQdYNfR+9w2SBfBzevtOLTm4Q6nwduL13TgmoY=";