Skip to content

Commit

Permalink
linuxPackages.wireguard: 0.0.20200215 -> 0.0.20200318
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Mar 19, 2020
1 parent 4563258 commit e758e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/wireguard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ assert stdenv.lib.versionOlder kernel.version "5.6";

stdenv.mkDerivation rec {
pname = "wireguard";
version = "0.0.20200215";
version = "0.0.20200318";

src = fetchzip {
url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz";
sha256 = "1hd9hm876ixr8jvzp5s1n9r6xal08sh2pxgj10pw4pk7mm15z2ib";
sha256 = "1syl3p37fvfxvp4apvfnlp632pg3xwslj9r3s54mpxbxc6d8s3v6";
};

preConfigure = ''
Expand Down

0 comments on commit e758e95

Please sign in to comment.