Unverified Commit b407e096 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

kafkactl: 5.5.0 -> 5.5.1 (#388784)

parents 202a035c e9ecb45b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "kafkactl";
  version = "5.5.0";
  version = "5.5.1";

  src = fetchFromGitHub {
    owner = "deviceinsight";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-9xo/lg3IhAdJnmmLAmiMcKNCTMXkKK2jnYaGHIk8Rq4=";
    hash = "sha256-lsYdq3+hf+8EPLmLbgnzuVHfeZXrUlqYmHY4kJ6HzC4=";
  };

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