bento: 1.10.0 -> 1.11.0 (#444665)

authored by nixpkgs-merge-bot[bot] and committed by GitHub 5baefeec 574b2868

+3 -3
+3 -3
pkgs/by-name/be/bento/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "bento"; 11 - version = "1.10.0"; 11 + version = "1.11.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "warpstreamlabs"; 15 15 repo = "bento"; 16 16 tag = "v${version}"; 17 - hash = "sha256-HLUDZx8Uk40mVxS8g9xHZi6AwWu4JkxXPjsIXrMr9K4="; 17 + hash = "sha256-F5RUOcD6nKH5NS0nK78d94FtXduI/6AVJJ0qArP8Ziw="; 18 18 }; 19 19 20 20 proxyVendor = true; 21 - vendorHash = "sha256-Dwf4q5lXO2gtvfB0Ib5LmaXg/MSNir+RzLU4rfE/mB4="; 21 + vendorHash = "sha256-hBjj3voqWvwURGsgIgySLyxfm0JKu4qHe/HLcUO0Fa0="; 22 22 23 23 subPackages = [ 24 24 "cmd/bento"