Skip to content

Commit

Permalink
wireguard: 0.0.20170409 -> 0.0.20170531
Browse files Browse the repository at this point in the history
(cherry picked from commit 6caf5d7dada713bfb7a593124b4d4aa4ad7ae7a2)
  • Loading branch information
Mic92 committed Jun 3, 2017
1 parent f82bbc9 commit 9e0a260
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.18";
let
name = "wireguard-${version}";

version = "0.0.20170409";
version = "0.0.20170531";

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

meta = with stdenv.lib; {
Expand Down

0 comments on commit 9e0a260

Please sign in to comment.