bento: 1.9.0 -> 1.9.1 (#430283)

Co-authored-by: genga898 <genga898@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-02 05:50:26 +00:00
committed by GitHub
co-authored by genga898
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bento";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "warpstreamlabs";
repo = "bento";
tag = "v${version}";
hash = "sha256-rAm9Jn1elux02W0sbMOvQmYyg9ONuSqyStVt1ieTFBk=";
hash = "sha256-EGRM9tt8tycFxfrDBE/kAa0nat+dv1VmiPkIXcvCpA4=";
};
proxyVendor = true;