Skip to content

Commit

Permalink
wireguard: 0.0.20180904 -> 0.0.20181007
Browse files Browse the repository at this point in the history
backport of 97d2779
  • Loading branch information
fpletz committed Oct 13, 2018
1 parent d457ecd commit e85e0c2
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 @@ -5,11 +5,11 @@ assert kernel != null -> stdenv.lib.versionAtLeast kernel.version "3.10";

let
name = "wireguard-${version}";
version = "0.0.20180904";
version = "0.0.20181007";

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

meta = with stdenv.lib; {
Expand Down

0 comments on commit e85e0c2

Please sign in to comment.