Skip to content

Commit

Permalink
Merge pull request #70361 from marsam/update-wireguard-go
Browse files Browse the repository at this point in the history
wireguard-go: 0.0.20190517 -> 0.0.20190908
  • Loading branch information
mmahut committed Oct 4, 2019
2 parents 761df21 + b5a018f commit 161c9dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 30 deletions.
7 changes: 3 additions & 4 deletions pkgs/tools/networking/wireguard-go/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
pname = "wireguard-go";
version = "0.0.20190517";
version = "0.0.20190908";

goPackagePath = "git.zx2c4.com/wireguard-go";
goPackagePath = "golang.zx2c4.com/wireguard";

src = fetchzip {
url = "https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-${version}.tar.xz";
sha256 = "0ir3dp13vkkqr76q0jvw610qw40053ngk51psqhqxfaw3jicdqgr";
sha256 = "1jsch0157nk86krdknij7dsvg6i7ar0ydhy07r40drhxqyp3q0hx";
};

goDeps = ./deps.nix;
Expand All @@ -20,6 +20,5 @@ buildGoPackage rec {
homepage = https://git.zx2c4.com/wireguard-go/about/;
license = licenses.gpl2;
maintainers = with maintainers; [ elseym kirelagin yegortimoshenko zx2c4 ];
platforms = platforms.darwin;
};
}
43 changes: 17 additions & 26 deletions pkgs/tools/networking/wireguard-go/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 161c9dc

Please sign in to comment.