summary refs log tree commit diff
path: root/pkgs/os-specific/linux/wireguard
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-02-14 08:20:41 -0500
committerGitHub <noreply@github.com>2017-02-14 08:20:41 -0500
commitcc442cbdba0d7f4139c3e31b10d407a38bf71c7b (patch)
treec52b91daa694fe6ed79d0b326cfa68169e996a16 /pkgs/os-specific/linux/wireguard
parent1a9707de24dd8c8d09cec8e18f4bab7465b2e424 (diff)
parent36d50978b275f0986ed805c42471feb0f6d2cc0f (diff)
downloadnixpkgs-cc442cbdba0d7f4139c3e31b10d407a38bf71c7b.tar
nixpkgs-cc442cbdba0d7f4139c3e31b10d407a38bf71c7b.tar.gz
nixpkgs-cc442cbdba0d7f4139c3e31b10d407a38bf71c7b.tar.bz2
nixpkgs-cc442cbdba0d7f4139c3e31b10d407a38bf71c7b.tar.lz
nixpkgs-cc442cbdba0d7f4139c3e31b10d407a38bf71c7b.tar.xz
nixpkgs-cc442cbdba0d7f4139c3e31b10d407a38bf71c7b.tar.zst
nixpkgs-cc442cbdba0d7f4139c3e31b10d407a38bf71c7b.zip
Merge pull request #22786 from zx2c4/patch-4
wireguard: 0.0.20170213 -> 0.0.20170214
Diffstat (limited to 'pkgs/os-specific/linux/wireguard')
-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 a5102a7b197..7b87c23789b 100644
--- a/pkgs/os-specific/linux/wireguard/default.nix
+++ b/pkgs/os-specific/linux/wireguard/default.nix
@@ -6,11 +6,11 @@ assert kernel != null -> stdenv.lib.versionAtLeast kernel.version "3.18";
 let
   name = "wireguard-${version}";
 
-  version = "0.0.20170213";
+  version = "0.0.20170214";
 
   src = fetchurl {
     url    = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
-    sha256 = "256a7d41cf228f2a88e1b03b3911746dc827fe7be5b982c60080e7f81998cc6d";
+    sha256 = "1e4ee213d2a5ac672c952c59e9c64d6d7d5dc3e21c003aee30d75208237e8bf5";
   };
 
   meta = with stdenv.lib; {