We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3582c7 + c9ad2fa commit 0880642Copy full SHA for 0880642
pkgs/by-name/be/bento/package.nix
@@ -8,17 +8,17 @@
8
9
buildGoModule rec {
10
pname = "bento";
11
- version = "1.6.0";
+ version = "1.6.1";
12
13
src = fetchFromGitHub {
14
owner = "warpstreamlabs";
15
repo = "bento";
16
tag = "v${version}";
17
- hash = "sha256-IPdRe5H/ADaQyz9MjFFplhesUwWMnZ9/RKLBt+f0Z8w=";
+ hash = "sha256-T13r41ygQNmEBCwTKyCocQbGcyJSQ8lvmRllbxU512Y=";
18
};
19
20
proxyVendor = true;
21
- vendorHash = "sha256-ormwwLixxvU5W5Vy8c3HTfS5lXkcs+1z0EKr99Em92o=";
+ vendorHash = "sha256-/DXdPL98Y4peF3USV9/J4sT/TUTRp3Cds500kxb18QA=";
22
23
subPackages = [
24
"cmd/bento"
0 commit comments