Skip to content

Commit 4494103

Browse files
committedApr 10, 2017
wireguard: 0.0.20170320.1 -> 0.0.20170409
(cherry picked from commit cbe0062)
1 parent 451478c commit 4494103

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

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

1616
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.