bento: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2025-08-02 03:52:39 +00:00
parent 4edcaa1606
commit ce825d2854
+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;