Skip to content

Commit 9d4d963

Browse files
committedJul 29, 2017
wireguard: 0.0.20170706 -> 0.0.20170726
1 parent fd1b618 commit 9d4d963

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

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

1616
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)