kaf: 0.2.8 -> 0.2.11

This commit is contained in:
R. Ryantm
2025-03-15 19:50:52 +00:00
parent 882b04f6a2
commit 185945f305
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "kaf";
version = "0.2.8";
version = "0.2.11";
src = fetchFromGitHub {
owner = "birdayz";
repo = "kaf";
rev = "v${version}";
hash = "sha256-12xPBBLV0jtQQI/inNlWTFBZtYBF0GF1GoD1kv1/thQ=";
hash = "sha256-SKQg3BCwvVwjZUkTjrMlSrfa8tu2VC8+ckMZpBJhnZE=";
};
vendorHash = "sha256-otKz8ECSb2N3vwU5c1+u7zGvXU4iRvQWWggw9WwG78c=";
vendorHash = "sha256-1QcQeeYQFsStK27NVdyCAb1Y40lyifBf0dlSgzocG3Y=";
# Many tests require a running Kafka instance
doCheck = false;