about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@higgsboson.tk>2016-10-03 10:29:22 +0200
committerGitHub <noreply@github.com>2016-10-03 10:29:22 +0200
commitcd9297bf1eb1ee943c9bcea63ccc92a134621a15 (patch)
treea57646a04d353fc91e1a103f4764ed5535001365 /pkgs
parent7df35fd268a25093ccafab28dd750e2bd15fd45f (diff)
parent58d44a376e08874f17dc54d0f5ce508f1a7f5f2a (diff)
Merge pull request #19187 from ericsagnes/pkg-update/wireguard
wireguard: 2016-08-08 -> 2016-10-01
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/wireguard/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/wireguard/default.nix b/pkgs/os-specific/linux/wireguard/default.nix
index a885d40658b95..a8556fdbe07fc 100644
--- a/pkgs/os-specific/linux/wireguard/default.nix
+++ b/pkgs/os-specific/linux/wireguard/default.nix
@@ -8,11 +8,11 @@ assert kernel != null -> !(kernel.features.grsecurity or false);
 let
   name = "wireguard-unstable-${version}";
 
-  version = "2016-08-08";
+  version = "2016-10-01";
 
   src = fetchurl {
-    url    = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-experimental-0.0.20160808.tar.xz";
-    sha256 = "0z9s9xi8dzkmjnki7ialf2haxb0mn2x5676sjwmjij1jfi9ypxhw";
+    url    = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-experimental-0.0.20161001.tar.xz";
+    sha256 = "1j1s276lgp17yrlc46bgsbpwp635cvvv6b3ap49aq5h7jixvnfmc";
   };
 
   meta = with stdenv.lib; {