Skip to content

Commit

Permalink
linuxPackages.wireguard: 1.0.20200712 -> 1.0.20200729
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jul 30, 2020
1 parent 526c859 commit 41f9592
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 = "1.0.20200712";
version = "1.0.20200729";

src = fetchzip {
url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz";
sha256 = "04f8hh6rz6ibavvga5z2mjpccnkacj1h24y3vj2kpya132qpavfr";
sha256 = "0fk2i65q8pk11n46a31017059aan7hbbx0xv6d2c9d80dzrw5a36";
};

hardeningDisable = [ "pic" ];
Expand Down

0 comments on commit 41f9592

Please sign in to comment.