mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
ktunnel: 1.5.3 -> 1.6.1
This commit is contained in:
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user