Skip to content

Commit 0886c1b

Browse files
committedJun 3, 2017
wireguard: 0.0.20170517 -> 0.0.20170531
1 parent 0b4770c commit 0886c1b

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.20170517";
9+
version = "0.0.20170531";
1010

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

1616
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.