Skip to content

Commit 0880642

Browse files
bento: 1.6.0 -> 1.6.1 (#404793)
Co-authored-by: genga898 <[email protected]>
2 parents b3582c7 + c9ad2fa commit 0880642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/be/bento/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
buildGoModule rec {
1010
pname = "bento";
11-
version = "1.6.0";
11+
version = "1.6.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "warpstreamlabs";
1515
repo = "bento";
1616
tag = "v${version}";
17-
hash = "sha256-IPdRe5H/ADaQyz9MjFFplhesUwWMnZ9/RKLBt+f0Z8w=";
17+
hash = "sha256-T13r41ygQNmEBCwTKyCocQbGcyJSQ8lvmRllbxU512Y=";
1818
};
1919

2020
proxyVendor = true;
21-
vendorHash = "sha256-ormwwLixxvU5W5Vy8c3HTfS5lXkcs+1z0EKr99Em92o=";
21+
vendorHash = "sha256-/DXdPL98Y4peF3USV9/J4sT/TUTRp3Cds500kxb18QA=";
2222

2323
subPackages = [
2424
"cmd/bento"

0 commit comments

Comments
 (0)