Commit e886f6d0 authored by R. RyanTM's avatar R. RyanTM Committed by Yt
Browse files

ktunnel: 1.5.2 -> 1.5.3

parent 84549cb0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ stdenv, lib, buildGoModule, fetchFromGitHub }:
let
  version = "1.5.2";
  version = "1.5.3";
in
buildGoModule {
  pname = "ktunnel";
@@ -10,7 +10,7 @@ buildGoModule {
    owner  = "omrikiei";
    repo   = "ktunnel";
    rev    = "v${version}";
    sha256 = "sha256-QZL3TSvxSPuBjjATAqoAOZNBSB6NCGfHHG2dq8C4Wwk=";
    sha256 = "sha256-7SWj9Emm78xpzdvJFKqpI5HVQi0ohbixkgXKGTy5C/A=";
  };

  ldflags = [