Skip to content

Commit

Permalink
wireguard: 0.0.20180613 -> 0.0.20180625
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jun 26, 2018
1 parent 1b3111e commit 501704b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/wireguard-tools/default.nix
Expand Up @@ -4,11 +4,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "wireguard-tools-${version}";
version = "0.0.20180613";
version = "0.0.20180625";

src = fetchzip {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "0xndf5qxc4s0gsidzm0v4ivara6k2shjbr74xfcdpc0apfgyk2fz";
sha256 = "1z7iibydj59nzx0jcxabb9k7b6djjz6yi032n66mqr98dh4dlkb7";
};

sourceRoot = "source/src/tools";
Expand Down

0 comments on commit 501704b

Please sign in to comment.