Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 761df21d6f67
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 161c9dc15d21
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 4, 2019

  1. Copy the full SHA
    b5a018f View commit details
  2. Merge pull request #70361 from marsam/update-wireguard-go

    wireguard-go: 0.0.20190517 -> 0.0.20190908
    mmahut authored Oct 4, 2019
    Copy the full SHA
    161c9dc View commit details
Showing with 20 additions and 30 deletions.
  1. +3 −4 pkgs/tools/networking/wireguard-go/default.nix
  2. +17 −26 pkgs/tools/networking/wireguard-go/deps.nix
7 changes: 3 additions & 4 deletions pkgs/tools/networking/wireguard-go/default.nix
Original file line number Diff line number Diff line change
@@ -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;
@@ -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.