Skip to content

Commit

Permalink
wireguard: 20161209 -> 20161218 (#21288)
Browse files Browse the repository at this point in the history
(cherry picked from commit 77588ca)
  • Loading branch information
zx2c4 authored and grahamc committed Feb 14, 2017
1 parent c5eb4f1 commit ea45f20
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 "4.1";
let
name = "wireguard-${version}";

version = "0.0.20161209";
version = "0.0.20161218";

src = fetchurl {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "11n8dq8a8w0qj8xg5np9w02kmk14hn5hphv2h4bjw9hs8yxvkaya";
sha256 = "d805035d3e99768e69d8cdeb8fb5250a59b994ce127fceb71a078582c30f5597";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit ea45f20

Please sign in to comment.