Skip to content

Commit 2ad8fac

Browse files
zx2c4fpletz
authored andcommittedFeb 13, 2017
wireguard: 0.0.20170115 -> 0.0.20170213 (#22759)
1 parent be7a6eb commit 2ad8fac

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

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

1616
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.