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

Commits on Jan 3, 2020

  1. wireguard-tools: 1.0.20200102

    Ma27 committed Jan 3, 2020
    Copy the full SHA
    fad24a7 View commit details
  2. Copy the full SHA
    117d43d View commit details
Showing with 10 additions and 10 deletions.
  1. +2 −2 pkgs/tools/networking/wireguard-go/default.nix
  2. +6 −6 pkgs/tools/networking/wireguard-go/deps.nix
  3. +2 −2 pkgs/tools/networking/wireguard-tools/default.nix
4 changes: 2 additions & 2 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.20190908";
version = "0.0.20191012";

goPackagePath = "golang.zx2c4.com/wireguard";

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

goDeps = ./deps.nix;
12 changes: 6 additions & 6 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.

4 changes: 2 additions & 2 deletions pkgs/tools/networking/wireguard-tools/default.nix
Original file line number Diff line number Diff line change
@@ -14,11 +14,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "wireguard-tools";
version = "1.0.20191226";
version = "1.0.20200102";

src = fetchzip {
url = "https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-${version}.tar.xz";
sha256 = "14v5asdjazz0p3bhg8na9w6y66i3jhnn8imxhq8xlix1k4n93l4z";
sha256 = "0ry3vbckcbkx43bz0bqinrd1hkll67jbwb72ak0b41wkxjsc8fmv";
};

sourceRoot = "source/src";