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: 2dc7486b39ee
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3befd1314c42
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 22, 2019

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    2380290 View commit details

Commits on Mar 7, 2019

  1. Merge pull request #56232 from elseym/wireguard-go

    wireguard-go: 0.0.20181001 -> 0.0.20181222
    Mic92 authored Mar 7, 2019
    Copy the full SHA
    3befd13 View commit details
Showing with 14 additions and 14 deletions.
  1. +3 −3 pkgs/tools/networking/wireguard-go/default.nix
  2. +11 −11 pkgs/tools/networking/wireguard-go/deps.nix
6 changes: 3 additions & 3 deletions pkgs/tools/networking/wireguard-go/default.nix
Original file line number Diff line number Diff line change
@@ -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;
@@ -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.