Commit 2ce5494b authored by R. RyanTM's avatar R. RyanTM
Browse files

kumactl: 2.6.4 -> 2.6.5

parent c81c2414
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,17 +15,17 @@

buildGoModule rec {
  inherit pname;
  version = "2.6.4";
  version = "2.6.5";
  tags = lib.optionals enableGateway [ "gateway" ];

  src = fetchFromGitHub {
    owner = "kumahq";
    repo = "kuma";
    rev = version;
    hash = "sha256-SkZXrYw6Svd9RAu8CI+p+6qm2OHhEjpNiD/Xvse9jVU=";
    hash = "sha256-gZxlbapEYrp02YSvEYBtlbRT/F0ijoF76CfZFzBbsAI=";
  };

  vendorHash = "sha256-otrm8avM35/8WqjSO8V8hMAzsh51unyrMVDv4321xoY=";
  vendorHash = "sha256-kqC6CUezPt3Uj9zuHnQYbbEP564Ki4UYmqfZedUBO38=";

  # no test files
  doCheck = false;