Skip to content

Commit

Permalink
wireguard: 0.0.20171017 -> 0.0.20171101
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Nov 1, 2017
1 parent e2f8fa3 commit 8a59ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/wireguard/default.nix
Expand Up @@ -6,11 +6,11 @@ assert kernel != null -> stdenv.lib.versionAtLeast kernel.version "3.10";
let
name = "wireguard-${version}";

version = "0.0.20171017";
version = "0.0.20171101";

src = fetchurl {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "1k9m980d7zmnhpj9kanyfavqrn7ryva16iblk9jrk6sdhxi9mdsp";
sha256 = "0983aivw7wc5qq8didh4bdbdxcmddbpganf0z1xnqmjyls168sq9";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 8a59ef7

Please sign in to comment.