Skip to content

Commit

Permalink
wireguard: 0.0.20170213 -> 0.0.20170214
Browse files Browse the repository at this point in the history
This has a quick fix for old bash.
(cherry picked from commit 36d5097)
  • Loading branch information
zx2c4 authored and grahamc committed Feb 14, 2017
1 parent 42b530f commit afc8eef
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.20170213";
version = "0.0.20170214";

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

meta = with stdenv.lib; {
Expand Down

0 comments on commit afc8eef

Please sign in to comment.