bento: 1.9.1 -> 1.10.0 (#434923)

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

authored by nixpkgs-merge-bot[bot] genga898 and committed by GitHub 8bc3cb0e 22a518ae

+2 -2
+2 -2
pkgs/by-name/be/bento/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "bento"; 11 - version = "1.9.1"; 11 + version = "1.10.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "warpstreamlabs"; 15 15 repo = "bento"; 16 16 tag = "v${version}"; 17 - hash = "sha256-EGRM9tt8tycFxfrDBE/kAa0nat+dv1VmiPkIXcvCpA4="; 17 + hash = "sha256-HLUDZx8Uk40mVxS8g9xHZi6AwWu4JkxXPjsIXrMr9K4="; 18 18 }; 19 19 20 20 proxyVendor = true;