benthos: 4.24.0 -> 4.25.1

This commit is contained in:
R. Ryantm 2024-03-06 15:16:59 +00:00
parent 45dd476c54
commit 149419839c

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "benthos";
version = "4.24.0";
version = "4.25.1";
src = fetchFromGitHub {
owner = "benthosdev";
repo = "benthos";
rev = "refs/tags/v${version}";
hash = "sha256-cZhx/a6bTOMP7JKM7ZnMzUEe5R79TIrVpv+6y/9qR0U=";
hash = "sha256-s81svVIu/6VsZCKyDtP0TMBN6ZLxToTLGpMxRAzZLXs=";
};
vendorHash = "sha256-6JEFToCBdfdS9MluApkEOcktWU66PpAD07Y9BKSzGx4=";
vendorHash = "sha256-ufZjNDIdj8zRkEYgZ87knsjggDDB4oC/FNc6BzpqF+k=";
doCheck = false;