Skip to content

Commit 4670974

Browse files
zx2c4andir
authored andcommittedFeb 5, 2018
wireguard: 0.0.20180118 -> 0.0.20180202
(cherry picked from commit ca78dc1)
1 parent fc2f323 commit 4670974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/os-specific/linux/wireguard/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ assert kernel != null -> stdenv.lib.versionAtLeast kernel.version "3.10";
66
let
77
name = "wireguard-${version}";
88

9-
version = "0.0.20180118";
9+
version = "0.0.20180202";
1010

1111
src = fetchurl {
1212
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
13-
sha256 = "18x8ndnr4lvl3in5sian6f9q69pk8h4xbwldmk7bfrpb5m03ngs6";
13+
sha256 = "ee3415b482265ad9e8721aa746aaffdf311058a2d1a4d80e7b6d11bbbf71c722";
1414
};
1515

1616
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.