about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/wireguard
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-18 13:57:13 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-18 22:57:13 +0200
commit2355a7f0e401043bcc83b4baf6c7142adcc2b0fe (patch)
tree872da87abcbee389e9dce9a1d4ee894303b89b19 /pkgs/os-specific/linux/wireguard
parent18e1aea5c5106d6fa5f0767f5acab3e27a8e0d2c (diff)
downloadnixlib-2355a7f0e401043bcc83b4baf6c7142adcc2b0fe.tar
nixlib-2355a7f0e401043bcc83b4baf6c7142adcc2b0fe.tar.gz
nixlib-2355a7f0e401043bcc83b4baf6c7142adcc2b0fe.tar.bz2
nixlib-2355a7f0e401043bcc83b4baf6c7142adcc2b0fe.tar.lz
nixlib-2355a7f0e401043bcc83b4baf6c7142adcc2b0fe.tar.xz
nixlib-2355a7f0e401043bcc83b4baf6c7142adcc2b0fe.tar.zst
nixlib-2355a7f0e401043bcc83b4baf6c7142adcc2b0fe.zip
linuxPackages.wireguard: 0.0.20180420 -> 0.0.20180514 (#40631)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/wireguard/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/ed69b3dfb89cc9d82136b356d54d21bb
- du listing: https://gist.github.com/0f8c8caf71b9d18efa2341ce03a212f1
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 6e3e444240ac..c5daaabd5be8 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.10";
 let
   name = "wireguard-${version}";
 
-  version = "0.0.20180420";
+  version = "0.0.20180514";
 
   src = fetchurl {
     url    = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
-    sha256 = "05nsn5pkzvkfsc8z0mm4fdb1znklpmb00v608j8gxlz8z6nd535m";
+    sha256 = "1nk6yj1gdmpar99zzw39n1v795m6fxsrilg37d02jm780rgbd5g8";
   };
 
   meta = with stdenv.lib; {