tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wireguard: 0.0.20171017 -> 0.0.20171101
zimbatm.tngl.sh
8 years ago
8a59ef73
e2f8fa37
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
wireguard
default.nix
+2
-2
pkgs/os-specific/linux/wireguard/default.nix
···
6
let
7
name = "wireguard-${version}";
8
9
-
version = "0.0.20171017";
10
11
src = fetchurl {
12
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
13
-
sha256 = "1k9m980d7zmnhpj9kanyfavqrn7ryva16iblk9jrk6sdhxi9mdsp";
14
};
15
16
meta = with stdenv.lib; {
···
6
let
7
name = "wireguard-${version}";
8
9
+
version = "0.0.20171101";
10
11
src = fetchurl {
12
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
13
+
sha256 = "0983aivw7wc5qq8didh4bdbdxcmddbpganf0z1xnqmjyls168sq9";
14
};
15
16
meta = with stdenv.lib; {