bento: 1.7.1 -> 1.8.1 (#417729)

Co-authored-by: genga898 <genga898@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] genga898 and committed by GitHub 4894ec50 f25a2664

+3 -3
+3 -3
pkgs/by-name/be/bento/package.nix
··· 8 9 buildGoModule rec { 10 pname = "bento"; 11 - version = "1.7.1"; 12 13 src = fetchFromGitHub { 14 owner = "warpstreamlabs"; 15 repo = "bento"; 16 tag = "v${version}"; 17 - hash = "sha256-pV7Fd+Ir+ZqteM0In/NiZrAyvPFS+oOnONhGVeBzA2g="; 18 }; 19 20 proxyVendor = true; 21 - vendorHash = "sha256-ow/XOO8Xc72v6Ue9VHjnPuq+HlqE4YZHw+gJB4x7sKk="; 22 23 subPackages = [ 24 "cmd/bento"
··· 8 9 buildGoModule rec { 10 pname = "bento"; 11 + version = "1.8.1"; 12 13 src = fetchFromGitHub { 14 owner = "warpstreamlabs"; 15 repo = "bento"; 16 tag = "v${version}"; 17 + hash = "sha256-5AXXtjQU8GGepAlXWPAA32WfnkFtNmyJDaSqfbvoips="; 18 }; 19 20 proxyVendor = true; 21 + vendorHash = "sha256-N3YkY1wfxdPnwbEXDxHi/J3Oi3qiNtDMOwvSThX6cf0="; 22 23 subPackages = [ 24 "cmd/bento"