go-vpnkit: 0.2.0 -> 0.3.0 (#25)

This commit is contained in:
Nick Novitski 2019-07-19 12:48:51 -07:00
parent 07080db8bd
commit 0edee332b2
2 changed files with 4 additions and 23 deletions

View File

@ -1,8 +1,8 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "vpnkit-unstable-${version}";
version = "0.2.0";
name = "vpnkit-${version}";
version = "0.3.0";
goPackagePath = "github.com/moby/vpnkit";
@ -10,20 +10,13 @@ buildGoPackage rec {
owner = "moby";
repo = "vpnkit";
rev = "v${version}";
sha256 = "0m2s58gcjhfxlxj6b4whaisy1m6vwmhslrfvsm5ll0npry0narkb";
sha256 = "04p6agsky1iyx2gd828vscyjsnfsmhpxj8g3v5654v8nznvd3r3i";
};
postInstall = ''
ln -s $bin/bin/vpnkit-forwarder $bin/bin/vpnkit-expose-port
'';
# adds the unvendored github.com/google/uuid package
goDeps = ./deps.nix;
meta = {
description = "Client commands for VPNKit";
homepage = "https://github.com/moby/vpnkit";
maintainers = [ lib.maintainers.puffnfresh ];
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
};
}

View File

@ -1,12 +0,0 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
[
{
goPackagePath = "github.com/google/uuid";
fetch = {
type = "git";
url = "https://github.com/google/uuid";
rev = "9b3b1e0f5f99ae461456d768e7d301a7acdaa2d8";
sha256 = "0yx4kiafyshdshrmrqcf2say5mzsviz7r94a0y1l6xfbkkyvnc86";
};
}
]