mtail: 3.2.5 -> 3.2.7

This commit is contained in:
R. Ryantm 2025-07-15 16:04:02 +00:00
parent 19e28509c7
commit b31d47282d

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "mtail";
version = "3.2.5";
version = "3.2.7";
src = fetchFromGitHub {
owner = "jaqx0r";
repo = "mtail";
rev = "v${version}";
hash = "sha256-T81eLshaHqbLj4X0feWJE+VEWItmOxcVCQX04zl3jeA=";
hash = "sha256-rQ4Psm3sdKIIvmulPjE2DvRtf/HlriacWT6xEvm504U=";
};
vendorHash = "sha256-Q3Fj73sQAmZQ9OF5hI0t1iPkY8u189PZ4LlzW34NQx0=";
vendorHash = "sha256-KZOcmZGv1kI9eDhQdtQeQ3ITyEw9vEDPz4RAz30pP9s=";
nativeBuildInputs = [
gotools # goyacc