mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
benthos: 4.46.0 -> 4.51.0
This commit is contained in:
parent
63fa397da6
commit
5673ceb15a
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "benthos";
|
||||
version = "4.46.0";
|
||||
version = "4.51.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "redpanda-data";
|
||||
repo = "benthos";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-txIzW6qU4XZyvt5ndIjmYwo4D2gWlD4CjEI591k3b8s=";
|
||||
hash = "sha256-GOI878JBRXrJsy0MRFyW6pH4UGj6ZOOqBElLUesqZ24=";
|
||||
};
|
||||
|
||||
proxyVendor = true;
|
||||
|
@ -22,7 +22,7 @@ buildGoModule rec {
|
|||
"cmd/benthos"
|
||||
];
|
||||
|
||||
vendorHash = "sha256-1XEIZemPo8IuSpakTr7Zy4Jqd/vukL5ORuW/5tA6otw=";
|
||||
vendorHash = "sha256-S3rxNRr1O8+90VTUEFBPdo3uUftqSj8lvCNAdQNs7SQ=";
|
||||
|
||||
# doCheck = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue