ktunnel: 1.5.3 -> 1.6.1

This commit is contained in:
R. Ryantm
2023-09-23 07:09:00 -04:00
committed by Yt
parent 870e72720e
commit 136097a7be
@@ -1,6 +1,6 @@
{ 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 = [