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

ktunnel: 1.5.3 -> 1.6.1

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

  ldflags = [