File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8484 # Check actual version via:
8585 # $ pkg-config --modversion rdkafka++
8686 # Getting sha256 hash for git ref:
87- # $ nix-shell -p nix-prefetch-git jq --run "nix hash convert sha256:\$(nix-prefetch-git --url https://github.com/confluentinc/librdkafka.git --quiet --rev v2.11.0 | jq -r '.sha256')"
87+ # $ nix-shell -p nix-prefetch-git jq --run "nix hash convert sha256:\$(nix-prefetch-git --url https://github.com/confluentinc/librdkafka.git --quiet --rev v2.11.1 | jq -r '.sha256')"
8888 ( rdkafka . overrideAttrs ( _ : rec {
89- version = "2.11.0 " ;
89+ version = "2.11.1 " ;
9090 src = fetchFromGitHub {
9191 owner = "confluentinc" ;
9292 repo = "librdkafka" ;
9393 rev = "v${ version } " ;
94- sha256 = "sha256-37lCQ+CFeTRQwL6FCl79RSGw+nRKr0DeuXob9CjiVnk =" ;
94+ sha256 = "sha256-Hg0l44wFQSk8x14V4CxJN80aGrhaj3CIFOYBfNUbG3E =" ;
9595 } ;
9696 } ) )
9797
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
2020 github.com/bhmj/jsonslice v1.1.3
2121 github.com/brianvoe/gofakeit/v6 v6.28.0
2222 github.com/cloudevents/sdk-go/v2 v2.16.1
23- github.com/confluentinc/confluent-kafka-go/v2 v2.11.0
23+ github.com/confluentinc/confluent-kafka-go/v2 v2.11.1
2424 github.com/getkin/kin-openapi v0.132.0
2525 github.com/go-chi/chi/v5 v5.2.2
2626 github.com/go-chi/cors v1.2.2
Original file line number Diff line number Diff line change @@ -1090,8 +1090,8 @@ github.com/colinmarc/hdfs v1.1.3/go.mod h1:0DumPviB681UcSuJErAbDIOx6SIaJWj463Tym
10901090github.com/colinmarc/hdfs/v2 v2.1.1 /go.mod h1:M3x+k8UKKmxtFu++uAZ0OtDU8jR3jnaZIAc6yK4Ue0c =
10911091github.com/compose-spec/compose-go/v2 v2.1.3 h1:bD67uqLuL/XgkAK6ir3xZvNLFPxPScEi1KW7R5esrLE =
10921092github.com/compose-spec/compose-go/v2 v2.1.3 /go.mod h1:lFN0DrMxIncJGYAXTfWuajfwj5haBJqrBkarHcnjJKc =
1093- github.com/confluentinc/confluent-kafka-go/v2 v2.11.0 h1:rsqfCqZXAHjWQp4TuRgiNPuW1BlF3xO/5+TsE9iHApw =
1094- github.com/confluentinc/confluent-kafka-go/v2 v2.11.0 /go.mod h1:hScqtFIGUI1wqHIgM3mjoqEou4VweGGGX7dMpcUKves =
1093+ github.com/confluentinc/confluent-kafka-go/v2 v2.11.1 h1:qGCQznyp2BxyBNyOE+M7O1YS2tI1/Y60O0jQP452zA4 =
1094+ github.com/confluentinc/confluent-kafka-go/v2 v2.11.1 /go.mod h1:hScqtFIGUI1wqHIgM3mjoqEou4VweGGGX7dMpcUKves =
10951095github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro =
10961096github.com/containerd/console v1.0.4 /go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk =
10971097github.com/containerd/containerd v1.7.27 h1:yFyEyojddO3MIGVER2xJLWoCIn+Up4GaHFquP7hsFII =
You can’t perform that action at this time.
0 commit comments