Skip to content

Commit

Permalink
linuxPackages.wireguard: 1.0.20210219 -> 1.0.20210424
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed May 12, 2021
1 parent 16d1eb3 commit 327368f
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 @@ -7,11 +7,11 @@ assert stdenv.lib.versionOlder kernel.version "5.6";

stdenv.mkDerivation rec {
pname = "wireguard";
version = "1.0.20210219";
version = "1.0.20210424";

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

hardeningDisable = [ "pic" ];
Expand Down

0 comments on commit 327368f

Please sign in to comment.