bento: 1.9.1 -> 1.10.0

This commit is contained in:
R. Ryantm
2025-08-19 07:18:44 +00:00
parent 9512947ff9
commit 50e29c5494
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bento";
version = "1.9.1";
version = "1.10.0";
src = fetchFromGitHub {
owner = "warpstreamlabs";
repo = "bento";
tag = "v${version}";
hash = "sha256-EGRM9tt8tycFxfrDBE/kAa0nat+dv1VmiPkIXcvCpA4=";
hash = "sha256-HLUDZx8Uk40mVxS8g9xHZi6AwWu4JkxXPjsIXrMr9K4=";
};
proxyVendor = true;