bento: 1.8.2 -> 1.9.0 (#425626)

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

authored by

nixpkgs-merge-bot[bot]
genga898
and committed by
GitHub
922be01a 2f83e9cb

+3 -3
+3 -3
pkgs/by-name/be/bento/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "bento"; 11 - version = "1.8.2"; 11 + version = "1.9.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "warpstreamlabs"; 15 15 repo = "bento"; 16 16 tag = "v${version}"; 17 - hash = "sha256-EAEeyMWXL/OL/LGgOQxvXtwrrVXtqY05AMeU5z86tks="; 17 + hash = "sha256-rAm9Jn1elux02W0sbMOvQmYyg9ONuSqyStVt1ieTFBk="; 18 18 }; 19 19 20 20 proxyVendor = true; 21 - vendorHash = "sha256-N3YkY1wfxdPnwbEXDxHi/J3Oi3qiNtDMOwvSThX6cf0="; 21 + vendorHash = "sha256-Dwf4q5lXO2gtvfB0Ib5LmaXg/MSNir+RzLU4rfE/mB4="; 22 22 23 23 subPackages = [ 24 24 "cmd/bento"