Skip to content

Commit

Permalink
Merge pull request #56232 from elseym/wireguard-go
Browse files Browse the repository at this point in the history
wireguard-go: 0.0.20181001 -> 0.0.20181222
  • Loading branch information
Mic92 committed Mar 7, 2019
2 parents 2dc7486 + 2380290 commit 3befd13
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 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 {
name = "wireguard-go-${version}";
version = "0.0.20181001";
version = "0.0.20181222";

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

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

goDeps = ./deps.nix;
Expand All @@ -17,7 +17,7 @@ buildGoPackage rec {
description = "Userspace Go implementation of WireGuard";
homepage = https://git.zx2c4.com/wireguard-go/about/;
license = licenses.gpl2;
maintainers = with maintainers; [ kirelagin yegortimoshenko zx2c4 ];
maintainers = with maintainers; [ elseym kirelagin yegortimoshenko zx2c4 ];
platforms = platforms.darwin;
};
}
22 changes: 11 additions & 11 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 3befd13

Please sign in to comment.