Skip to content

Commit b407e09

Browse files
authored
kafkactl: 5.5.0 -> 5.5.1 (NixOS#388784)
2 parents 202a035 + e9ecb45 commit b407e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

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

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

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

0 commit comments

Comments
 (0)