summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-06-14 12:04:44 +0000
committerGitHub <noreply@github.com>2021-06-14 12:04:44 +0000
commitdbed958bf2d43e9a2b8a0f5d64f23078bf7b8e59 (patch)
tree28be5f2454fc93c5cf31e3b8c4f1918747fb5e83 /pkgs/os-specific
parent701624a3744c3b82e2512ebd3855820bb3670366 (diff)
parentf2ba460019c8ceb7af3967520f98a6836e759217 (diff)
downloadnixpkgs-dbed958bf2d43e9a2b8a0f5d64f23078bf7b8e59.tar
nixpkgs-dbed958bf2d43e9a2b8a0f5d64f23078bf7b8e59.tar.gz
nixpkgs-dbed958bf2d43e9a2b8a0f5d64f23078bf7b8e59.tar.bz2
nixpkgs-dbed958bf2d43e9a2b8a0f5d64f23078bf7b8e59.tar.lz
nixpkgs-dbed958bf2d43e9a2b8a0f5d64f23078bf7b8e59.tar.xz
nixpkgs-dbed958bf2d43e9a2b8a0f5d64f23078bf7b8e59.tar.zst
nixpkgs-dbed958bf2d43e9a2b8a0f5d64f23078bf7b8e59.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/wireguard/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/wireguard/default.nix b/pkgs/os-specific/linux/wireguard/default.nix
index 2578d09fc1e..e183b4ac5d4 100644
--- a/pkgs/os-specific/linux/wireguard/default.nix
+++ b/pkgs/os-specific/linux/wireguard/default.nix
@@ -7,11 +7,11 @@ assert lib.versionOlder kernel.version "5.6";
 
 stdenv.mkDerivation rec {
   pname = "wireguard";
-  version = "1.0.20210424";
+  version = "1.0.20210606";
 
   src = fetchzip {
     url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz";
-    sha256 = "sha256-VLtIxYh308X28c9EOeHx0eA7HP2aRlekPXRt015/qAg=";
+    sha256 = "sha256-ha7x6+41oPRRhuRwEb1ojRWLF1dlEMoJtqXrzRKQ408=";
   };
 
   hardeningDisable = [ "pic" ];