ktunnel: 1.5.3 -> 1.6.1
This commit is contained in:
parent
870e72720e
commit
136097a7be
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue