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-04-16 18:55:29 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-16 18:55:29 -0700
commit3ea4441ce981f4cc7298bc8e43e4c3ab909719e5 (patch)
tree4ce07ac16d7c96468489d97b610895d72bd5d552 /pkgs/os-specific/linux/wireguard
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixpkgs-3ea4441ce981f4cc7298bc8e43e4c3ab909719e5.tar
nixpkgs-3ea4441ce981f4cc7298bc8e43e4c3ab909719e5.tar.gz
nixpkgs-3ea4441ce981f4cc7298bc8e43e4c3ab909719e5.tar.bz2
nixpkgs-3ea4441ce981f4cc7298bc8e43e4c3ab909719e5.tar.lz
nixpkgs-3ea4441ce981f4cc7298bc8e43e4c3ab909719e5.tar.xz
nixpkgs-3ea4441ce981f4cc7298bc8e43e4c3ab909719e5.tar.zst
nixpkgs-3ea4441ce981f4cc7298bc8e43e4c3ab909719e5.zip
linuxPackages.wireguard: 0.0.20180304 -> 0.0.20180413
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
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/a450c64fa037f3700caf3cd2b1e7eadb
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 0650bfd36f3..b88646424be 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.20180304";
+  version = "0.0.20180413";
 
   src = fetchurl {
     url    = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
-    sha256 = "11vp6aiqxrnwqlaslxy13cpmw2l2pdm9nhs021rv4zx61lpnbcgg";
+    sha256 = "0lbjx62ihc8prqfhvmi0v1xq1q3ayzj5rfy2p5149nr9qx3z37j1";
   };
 
   meta = with stdenv.lib; {