Skip to content

Commit 89006df

Browse files
authoredMar 22, 2025
kafkactl: 5.5.1 -> 5.6.0 (#392041)
2 parents b97dab2 + f15b433 commit 89006df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/by-name/ka/kafkactl/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "kafkactl";
9-
version = "5.5.1";
9+
version = "5.6.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "deviceinsight";
1313
repo = pname;
1414
tag = "v${version}";
15-
hash = "sha256-lsYdq3+hf+8EPLmLbgnzuVHfeZXrUlqYmHY4kJ6HzC4=";
15+
hash = "sha256-hhFQbs7p3j8y845asZt6c+OcZ6WgpoTBttGG5IwT7Kc=";
1616
};
1717

1818
vendorHash = "sha256-0Kc8Z32YdmwhKMTBMBAK0ZdnXnH8/Ze1HcMDafosLvw=";

0 commit comments

Comments
 (0)
Failed to load comments.