benthos: 4.24.0 -> 4.25.1
This commit is contained in:
parent
45dd476c54
commit
149419839c
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "benthos";
|
pname = "benthos";
|
||||||
version = "4.24.0";
|
version = "4.25.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "benthosdev";
|
owner = "benthosdev";
|
||||||
repo = "benthos";
|
repo = "benthos";
|
||||||
rev = "refs/tags/v${version}";
|
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;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue