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 4838207 + 7423868 commit fe70534Copy full SHA for fe70534
pkgs/by-name/be/bento/package.nix
@@ -8,17 +8,17 @@
8
9
buildGoModule rec {
10
pname = "bento";
11
- version = "1.5.2";
+ version = "1.6.0";
12
13
src = fetchFromGitHub {
14
owner = "warpstreamlabs";
15
repo = "bento";
16
tag = "v${version}";
17
- hash = "sha256-ufRC/xVuSnoN+dHeiQZ2k2T8mYxz576l1n+y3Y3TMEY=";
+ hash = "sha256-IPdRe5H/ADaQyz9MjFFplhesUwWMnZ9/RKLBt+f0Z8w=";
18
};
19
20
proxyVendor = true;
21
- vendorHash = "sha256-FRaT+TeH6+0RzvCwPd0e+2a6i85GTPARS2H49zYVwk4=";
+ vendorHash = "sha256-ormwwLixxvU5W5Vy8c3HTfS5lXkcs+1z0EKr99Em92o=";
22
23
subPackages = [
24
"cmd/bento"
0 commit comments