Merge pull request #70361 from marsam/update-wireguard-go

wireguard-go: 0.0.20190517 -> 0.0.20190908

Changed files
+20 -30
pkgs
tools
networking
wireguard-go
+3 -4
pkgs/tools/networking/wireguard-go/default.nix
···
buildGoPackage rec {
pname = "wireguard-go";
-
version = "0.0.20190517";
-
goPackagePath = "git.zx2c4.com/wireguard-go";
src = fetchzip {
url = "https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-${version}.tar.xz";
-
sha256 = "0ir3dp13vkkqr76q0jvw610qw40053ngk51psqhqxfaw3jicdqgr";
};
goDeps = ./deps.nix;
···
homepage = https://git.zx2c4.com/wireguard-go/about/;
license = licenses.gpl2;
maintainers = with maintainers; [ elseym kirelagin yegortimoshenko zx2c4 ];
-
platforms = platforms.darwin;
};
}
···
buildGoPackage rec {
pname = "wireguard-go";
+
version = "0.0.20190908";
+
goPackagePath = "golang.zx2c4.com/wireguard";
src = fetchzip {
url = "https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-${version}.tar.xz";
+
sha256 = "1jsch0157nk86krdknij7dsvg6i7ar0ydhy07r40drhxqyp3q0hx";
};
goDeps = ./deps.nix;
···
homepage = https://git.zx2c4.com/wireguard-go/about/;
license = licenses.gpl2;
maintainers = with maintainers; [ elseym kirelagin yegortimoshenko zx2c4 ];
};
}
+17 -26
pkgs/tools/networking/wireguard-go/deps.nix
···
# file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix)
[
{
-
goPackagePath = "github.com/Microsoft/go-winio";
-
fetch = {
-
type = "git";
-
url = "https://github.com/Microsoft/go-winio";
-
rev = "v0.4.12";
-
sha256 = "10v2f1xaw2cc97mjqnxzgs9ydpqv71f0ynp1spcywqw97la56zqw";
-
};
-
}
-
{
-
goPackagePath = "github.com/pkg/errors";
-
fetch = {
-
type = "git";
-
url = "https://github.com/pkg/errors";
-
rev = "v0.8.1";
-
sha256 = "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1";
-
};
-
}
-
{
goPackagePath = "golang.org/x/crypto";
fetch = {
type = "git";
url = "https://go.googlesource.com/crypto";
-
rev = "a29dc8fdc734";
-
sha256 = "07f0jj4haqs0ywc1akk1qjwn5msl2j0pry1rxjkkbfcq4r6ihc1p";
};
}
{
···
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
-
rev = "7f726cade0ab";
-
sha256 = "0zv5var5agbhd2mcn7lciwip0j49gxka73f0csvh3hvb1di068gn";
};
}
{
···
fetch = {
type = "git";
url = "https://go.googlesource.com/sys";
-
rev = "a43fa875dd82";
-
sha256 = "0xvwwaqcj02a9n8izs4zrlg8vvz7wffli955i93nc34m1f0w8vyg";
};
}
{
···
fetch = {
type = "git";
url = "https://go.googlesource.com/text";
-
rev = "v0.3.0";
-
sha256 = "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19";
};
}
]
···
# file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix)
[
{
goPackagePath = "golang.org/x/crypto";
fetch = {
type = "git";
url = "https://go.googlesource.com/crypto";
+
rev = "9756ffdc2472";
+
sha256 = "0q7hxaaq6lp0v8qqzifvysl47z5rfdlrxkh3d29vsl3wyby3dxl8";
};
}
{
···
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
+
rev = "ba9fcec4b297";
+
sha256 = "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx";
};
}
{
···
fetch = {
type = "git";
url = "https://go.googlesource.com/sys";
+
rev = "19e00faab6ad";
+
sha256 = "0znjx9xbyjdvk8cafdc1jl22gg29asxl5yl7mi3yz6zx3h39rm8y";
};
}
{
···
fetch = {
type = "git";
url = "https://go.googlesource.com/text";
+
rev = "v0.3.2";
+
sha256 = "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh";
+
};
+
}
+
{
+
goPackagePath = "golang.org/x/tools";
+
fetch = {
+
type = "git";
+
url = "https://go.googlesource.com/tools";
+
rev = "90fa682c2a6e";
+
sha256 = "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak";
};
}
]