Skip to content

Commit 9e0a260

Browse files
committedJun 3, 2017
wireguard: 0.0.20170409 -> 0.0.20170531
(cherry picked from commit 6caf5d7dada713bfb7a593124b4d4aa4ad7ae7a2)
1 parent f82bbc9 commit 9e0a260

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.18";
66
let
77
name = "wireguard-${version}";
88

9-
version = "0.0.20170409";
9+
version = "0.0.20170531";
1010

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

1616
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.